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.SecretAttributes
Secret. attributes()
abstract Secret.SecretAttributes
Secret.DeletedSecretBundle. attributes()
abstract Secret.SecretAttributes
Secret.SecretBundle. attributes()
static Secret.SecretAttributes
Secret.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 Secret
Secret. create(Secret.SecretAttributes attributes, String contentType, String id, Boolean managed, Map<String,String> tags)
static Secret.DeletedSecretBundle
Secret.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.SecretBundle
Secret.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.SecretBundle
VaultApi. setSecret(URI keyVaultUri, String secretName, Secret.SecretAttributes attributes, String contentType, Map<String,String> tags, String value)
Secret.SecretBundle
VaultApi. updateSecret(URI vaultBaseUrl, String secretName, String secretVersion, Secret.SecretAttributes attributes, String contentType, Map<String,String> tags)
-