MatchOidcIdentityPatchDefinition interface
MatchOIDCIdentity defines the criteria for matching the identity while verifying an OCI artifact.
Properties
| issuer | The regex pattern to match against to verify the OIDC issuer. |
| subject | The regex pattern to match against to verify the identity subject. |
Property Details
issuer
The regex pattern to match against to verify the OIDC issuer.
issuer?: string
Property Value
string
subject
The regex pattern to match against to verify the identity subject.
subject?: string
Property Value
string