secrets:Secret
A secret is a piece of data that should be kept secure and not exposed in plain text.
Extends: matrix:Resource
Secrets are defined by a matrix. Each secret has a value and description.
Properties
secrets:description (required, max 1)
A human-readable description of the secret.
Secrets must have a description.
iam:hasPolicy (required, min 1)
Secrets must have at least one resource policy (iam:hasPolicy) defining who can access them.
isDefinedBy (required, max 1)
Secrets must be defined by a matrix (rdfs:isDefinedBy).
secrets:value (optional, max 1)
The secret's encrypted or secure value.
Secrets may have at most one value.
Supports typed literals (xsd:string, xsd:integer, xsd:boolean, xsd:decimal, etc.).