Uses of Class
org.jclouds.azurecompute.arm.domain.Secret.SecretAttributes
-
Packages that use Secret.SecretAttributes Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Secret.SecretAttributes in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Secret.SecretAttributes Modifier and Type Method Description abstract Secret.SecretAttributesSecret. attributes()abstract Secret.SecretAttributesSecret.DeletedSecretBundle. attributes()abstract Secret.SecretAttributesSecret.SecretBundle. attributes()static Secret.SecretAttributesSecret.SecretAttributes. create(Boolean enabled, Integer created, Integer expires, Integer notBefore, String recoveryLevel, Integer updated)Methods in org.jclouds.azurecompute.arm.domain with parameters of type Secret.SecretAttributes Modifier and Type Method Description static SecretSecret. create(Secret.SecretAttributes attributes, String contentType, String id, Boolean managed, Map<String,String> tags)static Secret.DeletedSecretBundleSecret.DeletedSecretBundle. create(Secret.SecretAttributes attributes, String contentType, String deletedDate, String id, String kid, Boolean managed, String recoveryId, String scheduledPurgeDate, Map<String,String> tags, String value)static Secret.SecretBundleSecret.SecretBundle. create(Secret.SecretAttributes attributes, String contentType, String id, String kid, Boolean managed, Map<String,String> tags, String value) -
Uses of Secret.SecretAttributes in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type Secret.SecretAttributes Modifier and Type Method Description Secret.SecretBundleVaultApi. setSecret(URI keyVaultUri, String secretName, Secret.SecretAttributes attributes, String contentType, Map<String,String> tags, String value)Secret.SecretBundleVaultApi. updateSecret(URI vaultBaseUrl, String secretName, String secretVersion, Secret.SecretAttributes attributes, String contentType, Map<String,String> tags)
-