MatchOidcIdentity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
MatchOIDCIdentity defines the criteria for matching the identity while verifying an OCI artifact.
public class MatchOidcIdentity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.MatchOidcIdentity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KubernetesConfiguration.FluxConfigurations.Models.MatchOidcIdentity>
type MatchOidcIdentity = class
interface IJsonModel<MatchOidcIdentity>
interface IPersistableModel<MatchOidcIdentity>
Public Class MatchOidcIdentity
Implements IJsonModel(Of MatchOidcIdentity), IPersistableModel(Of MatchOidcIdentity)
- Inheritance
-
MatchOidcIdentity
- Implements
Constructors
| Name | Description |
|---|---|
| MatchOidcIdentity() |
Initializes a new instance of MatchOidcIdentity. |
Properties
| Name | Description |
|---|---|
| Issuer |
The regex pattern to match against to verify the OIDC issuer. |
| Subject |
The regex pattern to match against to verify the identity subject. |