Uses of Class
com.microsoft.azure.keyvault.models.SecretAttributes
-
Packages that use SecretAttributes Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase.com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of SecretAttributes in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type SecretAttributes Modifier and Type Method Description SecretBundle
KeyVaultClientBase. setSecret(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.rx.Observable<SecretBundle>
KeyVaultClientBase. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBase. setSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.SecretBundle
KeyVaultClientBase. updateSecret(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<SecretBundle>
KeyVaultClientBase. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBase. updateSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault. -
Uses of SecretAttributes in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type SecretAttributes Modifier and Type Method Description SecretBundle
KeyVaultClientBaseImpl. setSecret(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.rx.Observable<SecretBundle>
KeyVaultClientBaseImpl. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBaseImpl. setSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.SecretBundle
KeyVaultClientBaseImpl. updateSecret(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<SecretBundle>
KeyVaultClientBaseImpl. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBaseImpl. updateSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault. -
Uses of SecretAttributes in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return SecretAttributes Modifier and Type Method Description SecretAttributes
SecretBundle. attributes()
Get the attributes value.SecretAttributes
SecretItem. attributes()
Get the attributes value.SecretAttributes
SecretSetParameters. secretAttributes()
Get the secretAttributes value.SecretAttributes
SecretUpdateParameters. secretAttributes()
Get the secretAttributes value.Methods in com.microsoft.azure.keyvault.models with parameters of type SecretAttributes Modifier and Type Method Description SecretBundle
SecretBundle. withAttributes(SecretAttributes attributes)
Set the attributes value.SecretItem
SecretItem. withAttributes(SecretAttributes attributes)
Set the attributes value.SecretSetParameters
SecretSetParameters. withSecretAttributes(SecretAttributes secretAttributes)
Set the secretAttributes value.SecretUpdateParameters
SecretUpdateParameters. withSecretAttributes(SecretAttributes secretAttributes)
Set the secretAttributes value. -
Uses of SecretAttributes in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return SecretAttributes Modifier and Type Method Description SecretAttributes
SetSecretRequest. secretAttributes()
SecretAttributes
UpdateSecretRequest. secretAttributes()
-