OpenIdConnectDiscovery¶
-
class
oci.container_engine.models.
OpenIdConnectDiscovery
(**kwargs)¶ Bases:
object
The property that define the status of the OIDC Discovery feature for a cluster.
Methods
__init__
(**kwargs)Initializes a new OpenIdConnectDiscovery object with values from keyword arguments. Attributes
is_open_id_connect_discovery_enabled
Gets the is_open_id_connect_discovery_enabled of this OpenIdConnectDiscovery. -
__init__
(**kwargs)¶ Initializes a new OpenIdConnectDiscovery object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_open_id_connect_discovery_enabled (bool) – The value to assign to the is_open_id_connect_discovery_enabled property of this OpenIdConnectDiscovery.
-
is_open_id_connect_discovery_enabled
¶ Gets the is_open_id_connect_discovery_enabled of this OpenIdConnectDiscovery. Whether the cluster has OIDC Discovery enabled. Defaults to false. If set to true, the cluster will be assigned a public OIDC Discovery endpoint.
Returns: The is_open_id_connect_discovery_enabled of this OpenIdConnectDiscovery. Return type: bool
-