Class OpenIdConnectDiscovery
The property that define the status of the OIDC Discovery feature for a cluster.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class OpenIdConnectDiscovery
Properties
IsOpenIdConnectDiscoveryEnabled
Declaration
[JsonProperty(PropertyName = "isOpenIdConnectDiscoveryEnabled")]
public bool? IsOpenIdConnectDiscoveryEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? | Whether the cluster has OIDC Discovery enabled. Defaults to false. If set to true, the cluster will be assigned a public OIDC Discovery endpoint. |