AppUserRoles¶
-
class
oci.identity_domains.models.
AppUserRoles
(**kwargs)¶ Bases:
object
A list of AppRoles defined by this UnmanagedApp. Membership in each of these AppRoles confers end-user privilege within this App.
Methods
__init__
(**kwargs)Initializes a new AppUserRoles object with values from keyword arguments. Attributes
description
Gets the description of this AppUserRoles. display
Gets the display of this AppUserRoles. ref
Gets the ref of this AppUserRoles. value
[Required] Gets the value of this AppUserRoles. -
__init__
(**kwargs)¶ Initializes a new AppUserRoles object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this AppUserRoles.
- ref (str) – The value to assign to the ref property of this AppUserRoles.
- display (str) – The value to assign to the display property of this AppUserRoles.
- description (str) – The value to assign to the description property of this AppUserRoles.
-
description
¶ Gets the description of this AppUserRoles. The description of the AppRole.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The description of this AppUserRoles. Return type: str
-
display
¶ Gets the display of this AppUserRoles. Display-name of the AppRole.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this AppUserRoles. Return type: str
-
ref
¶ Gets the ref of this AppUserRoles. URI of the AppRole.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this AppUserRoles. Return type: str
-
value
¶ [Required] Gets the value of this AppUserRoles. ID of the AppRole.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this AppUserRoles. Return type: str
-