Class Secret.DeletedSecretBundle
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.Secret.DeletedSecretBundle
-
-
Constructor Summary
Constructors Constructor Description DeletedSecretBundle()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Secret.SecretAttributesattributes()abstract StringcontentType()static Secret.DeletedSecretBundlecreate(Secret.SecretAttributes attributes, String contentType, String deletedDate, String id, String kid, Boolean managed, String recoveryId, String scheduledPurgeDate, Map<String,String> tags, String value)abstract StringdeletedDate()abstract Stringid()abstract Stringkid()abstract Booleanmanaged()abstract StringrecoveryId()abstract StringscheduledPurgeDate()abstract Map<String,String>tags()abstract Stringvalue()
-
-
-
Method Detail
-
attributes
@Nullable public abstract Secret.SecretAttributes attributes()
-
-