Class GetSecretResult
- java.lang.Object
-
- com.pulumi.openstack.keymanager.outputs.GetSecretResult
-
public final class GetSecretResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSecretResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>aclOnly()java.util.List<GetSecretAcl>acls()java.util.Optional<java.lang.String>algorithm()java.util.Optional<java.lang.Integer>bitLength()static GetSecretResult.Builderbuilder()static GetSecretResult.Builderbuilder(GetSecretResult defaults)java.util.Map<java.lang.String,java.lang.Object>contentTypes()java.lang.StringcreatedAt()java.util.Optional<java.lang.String>createdAtFilter()java.lang.StringcreatorId()java.lang.Stringexpiration()java.util.Optional<java.lang.String>expirationFilter()java.lang.Stringid()java.util.Map<java.lang.String,java.lang.Object>metadata()java.util.Optional<java.lang.String>mode()java.util.Optional<java.lang.String>name()java.lang.Stringpayload()java.lang.StringpayloadContentEncoding()java.lang.StringpayloadContentType()java.util.Optional<java.lang.String>region()java.lang.StringsecretRef()java.util.Optional<java.lang.String>secretType()java.lang.Stringstatus()java.lang.StringupdatedAt()java.util.Optional<java.lang.String>updatedAtFilter()
-
-
-
Method Detail
-
aclOnly
public java.util.Optional<java.lang.Boolean> aclOnly()
- Returns:
- See Argument Reference above.
-
acls
public java.util.List<GetSecretAcl> acls()
- Returns:
- The list of ACLs assigned to a secret. The `read` structure is described below.
-
algorithm
public java.util.Optional<java.lang.String> algorithm()
- Returns:
- See Argument Reference above.
-
bitLength
public java.util.Optional<java.lang.Integer> bitLength()
- Returns:
- See Argument Reference above.
-
contentTypes
public java.util.Map<java.lang.String,java.lang.Object> contentTypes()
- Returns:
- The map of the content types, assigned on the secret.
-
createdAt
public java.lang.String createdAt()
- Returns:
- The date the secret ACL was created.
-
createdAtFilter
public java.util.Optional<java.lang.String> createdAtFilter()
- Returns:
- See Argument Reference above.
-
creatorId
public java.lang.String creatorId()
- Returns:
- The creator of the secret.
-
expiration
public java.lang.String expiration()
- Returns:
- The date the secret will expire.
-
expirationFilter
public java.util.Optional<java.lang.String> expirationFilter()
- Returns:
- See Argument Reference above.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
metadata
public java.util.Map<java.lang.String,java.lang.Object> metadata()
- Returns:
- The map of metadata, assigned on the secret, which has been explicitly and implicitly added.
-
mode
public java.util.Optional<java.lang.String> mode()
- Returns:
- See Argument Reference above.
-
name
public java.util.Optional<java.lang.String> name()
- Returns:
- See Argument Reference above.
-
payload
public java.lang.String payload()
- Returns:
- The secret payload.
-
payloadContentEncoding
public java.lang.String payloadContentEncoding()
- Returns:
- The Secret encoding.
-
payloadContentType
public java.lang.String payloadContentType()
- Returns:
- The Secret content type.
-
region
public java.util.Optional<java.lang.String> region()
- Returns:
- See Argument Reference above.
-
secretRef
public java.lang.String secretRef()
- Returns:
- The secret reference / where to find the secret.
-
secretType
public java.util.Optional<java.lang.String> secretType()
- Returns:
- See Argument Reference above.
-
status
public java.lang.String status()
- Returns:
- The status of the secret.
-
updatedAt
public java.lang.String updatedAt()
- Returns:
- The date the secret ACL was last updated.
-
updatedAtFilter
public java.util.Optional<java.lang.String> updatedAtFilter()
- Returns:
- See Argument Reference above.
-
builder
public static GetSecretResult.Builder builder()
-
builder
public static GetSecretResult.Builder builder(GetSecretResult defaults)
-
-