次の方法で共有


IOidcIssuerProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.OidcIssuerProfileTypeConverter))]
public interface IOidcIssuerProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Models.Api20240715Preview.OidcIssuerProfileTypeConverter))>]
type IOidcIssuerProfile = interface
    interface IJsonSerializable
Public Interface IOidcIssuerProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Enabled

Whether to enable oidc issuer for workload identity integration.

IssuerUrl

The issuer url for hybrid clusters connected to Arc used for the workload identity feature.

SelfHostedIssuerUrl

The issuer url for public cloud clusters - AKS, EKS, GKE - used for the workload identity feature.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to