UpdateOAuth2ClientCredentialDetails

class oci.identity.models.UpdateOAuth2ClientCredentialDetails(**kwargs)

Bases: object

UpdateOAuth2ClientCredentialDetails model.

Methods

__init__(**kwargs) Initializes a new UpdateOAuth2ClientCredentialDetails object with values from keyword arguments.

Attributes

description [Required] Gets the description of this UpdateOAuth2ClientCredentialDetails.
is_reset_password Gets the is_reset_password of this UpdateOAuth2ClientCredentialDetails.
scopes [Required] Gets the scopes of this UpdateOAuth2ClientCredentialDetails.
__init__(**kwargs)

Initializes a new UpdateOAuth2ClientCredentialDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • description (str) – The value to assign to the description property of this UpdateOAuth2ClientCredentialDetails.
  • scopes (list[oci.identity.models.FullyQualifiedScope]) – The value to assign to the scopes property of this UpdateOAuth2ClientCredentialDetails.
  • is_reset_password (bool) – The value to assign to the is_reset_password property of this UpdateOAuth2ClientCredentialDetails.
description

[Required] Gets the description of this UpdateOAuth2ClientCredentialDetails. Description of the oauth credential to help user differentiate them.

Returns:The description of this UpdateOAuth2ClientCredentialDetails.
Return type:str
is_reset_password

Gets the is_reset_password of this UpdateOAuth2ClientCredentialDetails. Indicate if the password to be reset or not in the update.

Returns:The is_reset_password of this UpdateOAuth2ClientCredentialDetails.
Return type:bool
scopes

[Required] Gets the scopes of this UpdateOAuth2ClientCredentialDetails. Allowed scopes for the given oauth credential.

Returns:The scopes of this UpdateOAuth2ClientCredentialDetails.
Return type:list[oci.identity.models.FullyQualifiedScope]