azure-native.keyvault.getSecret
Explore with Pulumi AI
Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Uses Azure REST API version 2024-11-01.
Other available API versions: 2023-02-01, 2023-07-01, 2024-04-01-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native keyvault [ApiVersion]
. See the version guide for details.
Using getSecret
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSecret(args: GetSecretArgs, opts?: InvokeOptions): Promise<GetSecretResult>
function getSecretOutput(args: GetSecretOutputArgs, opts?: InvokeOptions): Output<GetSecretResult>
def get_secret(resource_group_name: Optional[str] = None,
secret_name: Optional[str] = None,
vault_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecretResult
def get_secret_output(resource_group_name: Optional[pulumi.Input[str]] = None,
secret_name: Optional[pulumi.Input[str]] = None,
vault_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecretResult]
func LookupSecret(ctx *Context, args *LookupSecretArgs, opts ...InvokeOption) (*LookupSecretResult, error)
func LookupSecretOutput(ctx *Context, args *LookupSecretOutputArgs, opts ...InvokeOption) LookupSecretResultOutput
> Note: This function is named LookupSecret
in the Go SDK.
public static class GetSecret
{
public static Task<GetSecretResult> InvokeAsync(GetSecretArgs args, InvokeOptions? opts = null)
public static Output<GetSecretResult> Invoke(GetSecretInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSecretResult> getSecret(GetSecretArgs args, InvokeOptions options)
public static Output<GetSecretResult> getSecret(GetSecretArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:keyvault:getSecret
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the Resource Group to which the vault belongs.
- Secret
Name string - The name of the secret.
- Vault
Name string - The name of the vault.
- Resource
Group stringName - The name of the Resource Group to which the vault belongs.
- Secret
Name string - The name of the secret.
- Vault
Name string - The name of the vault.
- resource
Group StringName - The name of the Resource Group to which the vault belongs.
- secret
Name String - The name of the secret.
- vault
Name String - The name of the vault.
- resource
Group stringName - The name of the Resource Group to which the vault belongs.
- secret
Name string - The name of the secret.
- vault
Name string - The name of the vault.
- resource_
group_ strname - The name of the Resource Group to which the vault belongs.
- secret_
name str - The name of the secret.
- vault_
name str - The name of the vault.
- resource
Group StringName - The name of the Resource Group to which the vault belongs.
- secret
Name String - The name of the secret.
- vault
Name String - The name of the vault.
getSecret Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified identifier of the key vault resource.
- Location string
- Azure location of the key vault resource.
- Name string
- Name of the key vault resource.
- Properties
Pulumi.
Azure Native. Key Vault. Outputs. Secret Properties Response - Properties of the secret
- Dictionary<string, string>
- Tags assigned to the key vault resource.
- Type string
- Resource type of the key vault resource.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified identifier of the key vault resource.
- Location string
- Azure location of the key vault resource.
- Name string
- Name of the key vault resource.
- Properties
Secret
Properties Response - Properties of the secret
- map[string]string
- Tags assigned to the key vault resource.
- Type string
- Resource type of the key vault resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified identifier of the key vault resource.
- location String
- Azure location of the key vault resource.
- name String
- Name of the key vault resource.
- properties
Secret
Properties Response - Properties of the secret
- Map<String,String>
- Tags assigned to the key vault resource.
- type String
- Resource type of the key vault resource.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified identifier of the key vault resource.
- location string
- Azure location of the key vault resource.
- name string
- Name of the key vault resource.
- properties
Secret
Properties Response - Properties of the secret
- {[key: string]: string}
- Tags assigned to the key vault resource.
- type string
- Resource type of the key vault resource.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified identifier of the key vault resource.
- location str
- Azure location of the key vault resource.
- name str
- Name of the key vault resource.
- properties
Secret
Properties Response - Properties of the secret
- Mapping[str, str]
- Tags assigned to the key vault resource.
- type str
- Resource type of the key vault resource.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified identifier of the key vault resource.
- location String
- Azure location of the key vault resource.
- name String
- Name of the key vault resource.
- properties Property Map
- Properties of the secret
- Map<String>
- Tags assigned to the key vault resource.
- type String
- Resource type of the key vault resource.
Supporting Types
SecretAttributesResponse
- Created int
- Creation time in seconds since 1970-01-01T00:00:00Z.
- Updated int
- Last updated time in seconds since 1970-01-01T00:00:00Z.
- Enabled bool
- Determines whether the object is enabled.
- Expires int
- Expiry date in seconds since 1970-01-01T00:00:00Z.
- Not
Before int - Not before date in seconds since 1970-01-01T00:00:00Z.
- Created int
- Creation time in seconds since 1970-01-01T00:00:00Z.
- Updated int
- Last updated time in seconds since 1970-01-01T00:00:00Z.
- Enabled bool
- Determines whether the object is enabled.
- Expires int
- Expiry date in seconds since 1970-01-01T00:00:00Z.
- Not
Before int - Not before date in seconds since 1970-01-01T00:00:00Z.
- created Integer
- Creation time in seconds since 1970-01-01T00:00:00Z.
- updated Integer
- Last updated time in seconds since 1970-01-01T00:00:00Z.
- enabled Boolean
- Determines whether the object is enabled.
- expires Integer
- Expiry date in seconds since 1970-01-01T00:00:00Z.
- not
Before Integer - Not before date in seconds since 1970-01-01T00:00:00Z.
- created number
- Creation time in seconds since 1970-01-01T00:00:00Z.
- updated number
- Last updated time in seconds since 1970-01-01T00:00:00Z.
- enabled boolean
- Determines whether the object is enabled.
- expires number
- Expiry date in seconds since 1970-01-01T00:00:00Z.
- not
Before number - Not before date in seconds since 1970-01-01T00:00:00Z.
- created int
- Creation time in seconds since 1970-01-01T00:00:00Z.
- updated int
- Last updated time in seconds since 1970-01-01T00:00:00Z.
- enabled bool
- Determines whether the object is enabled.
- expires int
- Expiry date in seconds since 1970-01-01T00:00:00Z.
- not_
before int - Not before date in seconds since 1970-01-01T00:00:00Z.
- created Number
- Creation time in seconds since 1970-01-01T00:00:00Z.
- updated Number
- Last updated time in seconds since 1970-01-01T00:00:00Z.
- enabled Boolean
- Determines whether the object is enabled.
- expires Number
- Expiry date in seconds since 1970-01-01T00:00:00Z.
- not
Before Number - Not before date in seconds since 1970-01-01T00:00:00Z.
SecretPropertiesResponse
- Secret
Uri string - The URI to retrieve the current version of the secret.
- Secret
Uri stringWith Version - The URI to retrieve the specific version of the secret.
- Attributes
Pulumi.
Azure Native. Key Vault. Inputs. Secret Attributes Response - The attributes of the secret.
- Content
Type string - The content type of the secret.
- Value string
- The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
- Secret
Uri string - The URI to retrieve the current version of the secret.
- Secret
Uri stringWith Version - The URI to retrieve the specific version of the secret.
- Attributes
Secret
Attributes Response - The attributes of the secret.
- Content
Type string - The content type of the secret.
- Value string
- The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
- secret
Uri String - The URI to retrieve the current version of the secret.
- secret
Uri StringWith Version - The URI to retrieve the specific version of the secret.
- attributes
Secret
Attributes Response - The attributes of the secret.
- content
Type String - The content type of the secret.
- value String
- The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
- secret
Uri string - The URI to retrieve the current version of the secret.
- secret
Uri stringWith Version - The URI to retrieve the specific version of the secret.
- attributes
Secret
Attributes Response - The attributes of the secret.
- content
Type string - The content type of the secret.
- value string
- The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
- secret_
uri str - The URI to retrieve the current version of the secret.
- secret_
uri_ strwith_ version - The URI to retrieve the specific version of the secret.
- attributes
Secret
Attributes Response - The attributes of the secret.
- content_
type str - The content type of the secret.
- value str
- The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
- secret
Uri String - The URI to retrieve the current version of the secret.
- secret
Uri StringWith Version - The URI to retrieve the specific version of the secret.
- attributes Property Map
- The attributes of the secret.
- content
Type String - The content type of the secret.
- value String
- The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0