IdcsAuthConfig¶
-
class
oci.generative_ai.models.IdcsAuthConfig(**kwargs)¶ Bases:
objectOracle Identity Cloud Service (IDCS) configuration used when inboundAuthConfigType is set to IDCS_AUTH_CONFIG. This object must be specified when inboundAuthConfigType is IDCS_AUTH_CONFIG.
Methods
__init__(**kwargs)Initializes a new IdcsAuthConfig object with values from keyword arguments. Attributes
audienceGets the audience of this IdcsAuthConfig. domain_url[Required] Gets the domain_url of this IdcsAuthConfig. scope[Required] Gets the scope of this IdcsAuthConfig. -
__init__(**kwargs)¶ Initializes a new IdcsAuthConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - domain_url (str) – The value to assign to the domain_url property of this IdcsAuthConfig.
- scope (str) – The value to assign to the scope property of this IdcsAuthConfig.
- audience (str) – The value to assign to the audience property of this IdcsAuthConfig.
-
audience¶ Gets the audience of this IdcsAuthConfig. Audience for IDCS.
Returns: The audience of this IdcsAuthConfig. Return type: str
-
domain_url¶ [Required] Gets the domain_url of this IdcsAuthConfig. Domain URL for IDCS.
Returns: The domain_url of this IdcsAuthConfig. Return type: str
-
scope¶ [Required] Gets the scope of this IdcsAuthConfig. Scope for IDCS.
Returns: The scope of this IdcsAuthConfig. Return type: str
-