OAuth2ClientCredentialScopes¶
-
class
oci.identity_domains.models.
OAuth2ClientCredentialScopes
(**kwargs)¶ Bases:
object
Scopes
Methods
__init__
(**kwargs)Initializes a new OAuth2ClientCredentialScopes object with values from keyword arguments. Attributes
audience
[Required] Gets the audience of this OAuth2ClientCredentialScopes. scope
[Required] Gets the scope of this OAuth2ClientCredentialScopes. -
__init__
(**kwargs)¶ Initializes a new OAuth2ClientCredentialScopes 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 OAuth2ClientCredentialScopes.
- scope (str) – The value to assign to the scope property of this OAuth2ClientCredentialScopes.
-
audience
¶ [Required] Gets the audience of this OAuth2ClientCredentialScopes. Audience
- SCIM++ Properties:
- caseExact: false
- type: string
- mutability: readWrite
- required: true
- returned: default
Returns: The audience of this OAuth2ClientCredentialScopes. Return type: str
-
scope
¶ [Required] Gets the scope of this OAuth2ClientCredentialScopes. Scope
- SCIM++ Properties:
- caseExact: false
- idcsScimCompliant: false
- type: string
- mutability: readWrite
- multiValued: false
- required: true
- returned: default
Returns: The scope of this OAuth2ClientCredentialScopes. Return type: str
-