OauthMetadataSummary¶
-
class
oci.key_management.models.
OauthMetadataSummary
(**kwargs)¶ Bases:
object
Summary about authorization to be returned to the customer as a response.
Methods
__init__
(**kwargs)Initializes a new OauthMetadataSummary object with values from keyword arguments. Attributes
client_app_id
[Required] Gets the client_app_id of this OauthMetadataSummary. idcs_account_name_url
[Required] Gets the idcs_account_name_url of this OauthMetadataSummary. -
__init__
(**kwargs)¶ Initializes a new OauthMetadataSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - idcs_account_name_url (str) – The value to assign to the idcs_account_name_url property of this OauthMetadataSummary.
- client_app_id (str) – The value to assign to the client_app_id property of this OauthMetadataSummary.
-
client_app_id
¶ [Required] Gets the client_app_id of this OauthMetadataSummary. ID of the client app created in IDP.
Returns: The client_app_id of this OauthMetadataSummary. Return type: str
-
idcs_account_name_url
¶ [Required] Gets the idcs_account_name_url of this OauthMetadataSummary. Base URL of the IDCS account where confidential client app is created.
Returns: The idcs_account_name_url of this OauthMetadataSummary. Return type: str
-