Show / Hide Table of Contents

    Class KeyVaultSecretsProviderOptions

    Class that represents options for the Azure Key Vault secrets provider configuration.

    Inheritance
    System.Object
    KeyVaultSecretsProviderOptions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Providers.Azure
    Assembly: Fibula.Providers.Azure.dll
    Syntax
    public class KeyVaultSecretsProviderOptions

    Properties

    | Improve this Doc View Source

    VaultBaseUrl

    Gets or sets the base url for the Key Vault.

    Declaration
    [Required(ErrorMessage = "A Key Vault URL is required.")]
    [Url(ErrorMessage = "An invalid URL was supplied.")]
    public string VaultBaseUrl { get; set; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.