MyOAuth2ClientCredentialScopes

class oci.identity_domains.models.MyOAuth2ClientCredentialScopes(**kwargs)

Bases: object

Scopes

Methods

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

Attributes

audience [Required] Gets the audience of this MyOAuth2ClientCredentialScopes.
scope [Required] Gets the scope of this MyOAuth2ClientCredentialScopes.
__init__(**kwargs)

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

Parameters:
  • audience (str) – The value to assign to the audience property of this MyOAuth2ClientCredentialScopes.
  • scope (str) – The value to assign to the scope property of this MyOAuth2ClientCredentialScopes.
audience

[Required] Gets the audience of this MyOAuth2ClientCredentialScopes. Audience

SCIM++ Properties:
  • caseExact: false
  • type: string
  • mutability: readWrite
  • required: true
  • returned: default
Returns:The audience of this MyOAuth2ClientCredentialScopes.
Return type:str
scope

[Required] Gets the scope of this MyOAuth2ClientCredentialScopes. Scope

SCIM++ Properties:
  • caseExact: false
  • idcsScimCompliant: false
  • type: string
  • mutability: readWrite
  • multiValued: false
  • required: true
  • returned: default
Returns:The scope of this MyOAuth2ClientCredentialScopes.
Return type:str