AppAllowedScopes¶
-
class
oci.identity_domains.models.
AppAllowedScopes
(**kwargs)¶ Bases:
object
A list of scopes (exposed by this App or by other Apps) that this App is allowed to access when it acts as an OAuthClient.
Methods
__init__
(**kwargs)Initializes a new AppAllowedScopes object with values from keyword arguments. Attributes
fqs
[Required] Gets the fqs of this AppAllowedScopes. id_of_defining_app
Gets the id_of_defining_app of this AppAllowedScopes. read_only
Gets the read_only of this AppAllowedScopes. -
__init__
(**kwargs)¶ Initializes a new AppAllowedScopes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - fqs (str) – The value to assign to the fqs property of this AppAllowedScopes.
- id_of_defining_app (str) – The value to assign to the id_of_defining_app property of this AppAllowedScopes.
- read_only (bool) – The value to assign to the read_only property of this AppAllowedScopes.
-
fqs
¶ [Required] Gets the fqs of this AppAllowedScopes. A fully qualified scope that this App is allowed to access when it acts as an OAuthClient.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The fqs of this AppAllowedScopes. Return type: str
-
id_of_defining_app
¶ Gets the id_of_defining_app of this AppAllowedScopes. The ID of the App that defines this scope.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The id_of_defining_app of this AppAllowedScopes. Return type: str
-
read_only
¶ Gets the read_only of this AppAllowedScopes. If true, indicates that this value must be protected.
Added In: 18.2.2
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The read_only of this AppAllowedScopes. Return type: bool
-