AppAdminRoles¶
-
class
oci.identity_domains.models.
AppAdminRoles
(**kwargs)¶ Bases:
object
A list of AppRoles defined by this UnmanagedApp. Membership in each of these AppRoles confers administrative privilege within this App.
Methods
__init__
(**kwargs)Initializes a new AppAdminRoles object with values from keyword arguments. Attributes
description
Gets the description of this AppAdminRoles. display
Gets the display of this AppAdminRoles. ref
Gets the ref of this AppAdminRoles. value
[Required] Gets the value of this AppAdminRoles. -
__init__
(**kwargs)¶ Initializes a new AppAdminRoles 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 AppAdminRoles.
- ref (str) – The value to assign to the ref property of this AppAdminRoles.
- display (str) – The value to assign to the display property of this AppAdminRoles.
- description (str) – The value to assign to the description property of this AppAdminRoles.
-
description
¶ Gets the description of this AppAdminRoles. 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 AppAdminRoles. Return type: str
-
display
¶ Gets the display of this AppAdminRoles. 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 AppAdminRoles. Return type: str
-
ref
¶ Gets the ref of this AppAdminRoles. 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 AppAdminRoles. Return type: str
-
value
¶ [Required] Gets the value of this AppAdminRoles. 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 AppAdminRoles. Return type: str
-