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 SecretBundleKeyVaultClientBase. 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.SecretBundleKeyVaultClientBase. 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 SecretBundleKeyVaultClientBaseImpl. 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.SecretBundleKeyVaultClientBaseImpl. 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 SecretAttributesSecretBundle. attributes()Get the attributes value.SecretAttributesSecretItem. attributes()Get the attributes value.SecretAttributesSecretSetParameters. secretAttributes()Get the secretAttributes value.SecretAttributesSecretUpdateParameters. secretAttributes()Get the secretAttributes value.Methods in com.microsoft.azure.keyvault.models with parameters of type SecretAttributes Modifier and Type Method Description SecretBundleSecretBundle. withAttributes(SecretAttributes attributes)Set the attributes value.SecretItemSecretItem. withAttributes(SecretAttributes attributes)Set the attributes value.SecretSetParametersSecretSetParameters. withSecretAttributes(SecretAttributes secretAttributes)Set the secretAttributes value.SecretUpdateParametersSecretUpdateParameters. 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 SecretAttributesSetSecretRequest. secretAttributes()SecretAttributesUpdateSecretRequest. secretAttributes()
-