Get Access Credentials Plain Args
A collection of arguments for invoking getAccessCredentials.
Constructors
Properties
The Azure environment to use during credential validation. Defaults to the environment configured in the Vault backend. Some possible values: AzurePublicCloud
, AzureGovernmentCloud
See the caveats section for more information on this field.
If 'validate_creds' is true, the number of seconds after which to give up validating credentials. Defaults to 300.
If 'validate_creds' is true, the number of seconds to wait between each test of generated credentials. Defaults to 1.
If 'validate_creds' is true, the number of sequential successes required to validate generated credentials. Defaults to 8.
The subscription ID to use during credential validation. Defaults to the subscription ID configured in the Vault backend
. See the caveats section for more information on this field.
Whether generated credentials should be validated before being returned. Defaults to false
, which returns credentials without checking whether they have fully propagated throughout Azure Active Directory. Designating true
activates testing.