Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain | |
org.jclouds.azurecompute.arm.features |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static Secret |
Secret.create(Secret.SecretAttributes attributes,
String contentType,
String id,
Boolean managed,
Map<String,String> tags) |
static Secret.SecretBundle |
Secret.SecretBundle.create(Secret.SecretAttributes attributes,
String contentType,
String id,
String kid,
Boolean managed,
Map<String,String> tags,
String value) |
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) |
Modifier and Type | Method and 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) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.