Class Secret.DeletedSecretBundle
java.lang.Object
org.jclouds.azurecompute.arm.domain.Secret.DeletedSecretBundle
- Enclosing class:
Secret
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Secret.SecretAttributes
abstract String
static 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) abstract String
abstract String
id()
abstract String
kid()
abstract Boolean
managed()
abstract String
abstract String
tags()
abstract String
value()
-
Constructor Details
-
DeletedSecretBundle
public DeletedSecretBundle()
-
-
Method Details
-
attributes
-
contentType
-
deletedDate
-
id
-
kid
-
managed
-
recoveryId
-
scheduledPurgeDate
-
tags
-
value
-
create
-