secrets:TemporarySecret
A secret that is provided at runtime and not persisted by the platform.
Extends: secrets:Secret
Temporary secrets represent credentials delegated by the caller for the duration of a session or invocation. Examples include user session tokens or OAuth tokens that authorize the system to act on behalf of a principal.
Properties
secrets:description (required, max 1)
A human-readable description of the secret.
Secrets must have a description.
Inherited from parent class.
iam:hasPolicy (required, min 1)
Secrets must have at least one resource policy (iam:hasPolicy) defining who can access them.
Inherited from parent class.
isDefinedBy (required, max 1)
Secrets must be defined by a matrix (rdfs:isDefinedBy).
Inherited from parent class.
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.).
Inherited from parent class.