IOidcIssuerProfile Interface
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.
[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) |