UserExtAppRoles¶
-
class
oci.identity_domains.models.
UserExtAppRoles
(**kwargs)¶ Bases:
object
A list of all AppRoles to which this User belongs directly, indirectly or implicitly. The User could belong directly because the User is a member of the AppRole, could belong indirectly because the User is a member of a Group that is a member of the AppRole, or could belong implicitly because the AppRole is public.
SCIM++ Properties: - idcsCompositeKey: [value] - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none
Attributes
TYPE_DIRECT
A constant which can be used with the type property of a UserExtAppRoles. TYPE_IMPLICIT
A constant which can be used with the type property of a UserExtAppRoles. TYPE_INDIRECT
A constant which can be used with the type property of a UserExtAppRoles. admin_role
Gets the admin_role of this UserExtAppRoles. app_id
Gets the app_id of this UserExtAppRoles. app_name
Gets the app_name of this UserExtAppRoles. display
Gets the display of this UserExtAppRoles. legacy_group_name
Gets the legacy_group_name of this UserExtAppRoles. ref
Gets the ref of this UserExtAppRoles. type
Gets the type of this UserExtAppRoles. value
[Required] Gets the value of this UserExtAppRoles. Methods
__init__
(**kwargs)Initializes a new UserExtAppRoles object with values from keyword arguments. -
TYPE_DIRECT
= 'direct'¶ A constant which can be used with the type property of a UserExtAppRoles. This constant has a value of “direct”
-
TYPE_IMPLICIT
= 'implicit'¶ A constant which can be used with the type property of a UserExtAppRoles. This constant has a value of “implicit”
-
TYPE_INDIRECT
= 'indirect'¶ A constant which can be used with the type property of a UserExtAppRoles. This constant has a value of “indirect”
-
__init__
(**kwargs)¶ Initializes a new UserExtAppRoles 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 UserExtAppRoles.
- ref (str) – The value to assign to the ref property of this UserExtAppRoles.
- display (str) – The value to assign to the display property of this UserExtAppRoles.
- type (str) – The value to assign to the type property of this UserExtAppRoles. Allowed values for this property are: “direct”, “indirect”, “implicit”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- app_id (str) – The value to assign to the app_id property of this UserExtAppRoles.
- app_name (str) – The value to assign to the app_name property of this UserExtAppRoles.
- admin_role (bool) – The value to assign to the admin_role property of this UserExtAppRoles.
- legacy_group_name (str) – The value to assign to the legacy_group_name property of this UserExtAppRoles.
-
admin_role
¶ Gets the admin_role of this UserExtAppRoles. If true, then the role provides administrative access privileges. READ-ONLY.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The admin_role of this UserExtAppRoles. Return type: bool
-
app_id
¶ Gets the app_id of this UserExtAppRoles. The ID of the App that defines this AppRole.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The app_id of this UserExtAppRoles. Return type: str
-
app_name
¶ Gets the app_name of this UserExtAppRoles. The name (Client ID) of the App that defines this AppRole.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The app_name of this UserExtAppRoles. Return type: str
-
display
¶ Gets the display of this UserExtAppRoles. The display name of the AppRole assigned to the User.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this UserExtAppRoles. Return type: str
-
legacy_group_name
¶ Gets the legacy_group_name of this UserExtAppRoles. The name (if any) under which this AppRole should appear in this User’s group-memberships for reasons of backward compatibility. Oracle Identity Cloud Service distinguishes between Groups and AppRoles, but some services still expect AppRoles appear as if they were service-instance-specific Groups.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The legacy_group_name of this UserExtAppRoles. Return type: str
-
ref
¶ Gets the ref of this UserExtAppRoles. The URI of the AppRole assigned to the User.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtAppRoles. Return type: str
-
type
¶ Gets the type of this UserExtAppRoles. The kind of membership this User has in the AppRole. A value of ‘direct’ indicates that the User is a member of the AppRole. A value of ‘indirect’ indicates that the User is a member of a Group that is a member of the AppRole. A value of ‘implicit’ indicates that the AppRole is public.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Allowed values for this property are: “direct”, “indirect”, “implicit”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this UserExtAppRoles. Return type: str
-
value
¶ [Required] Gets the value of this UserExtAppRoles. The Id of the AppRole assigned to the User.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this UserExtAppRoles. Return type: str
-