Show / Hide Table of Contents

Class OpenIdConnectDiscovery

The property that define the status of the OIDC Discovery feature for a cluster.

Inheritance
object
OpenIdConnectDiscovery
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top