GroupExtAppRoles¶
-
class
oci.identity_domains.models.
GroupExtAppRoles
(**kwargs)¶ Bases:
object
A list of appRoles that the user belongs to, either thorough direct membership, nested groups, or dynamically calculated
SCIM++ Properties: - caseExact: false - idcsCompositeKey: [value] - idcsSearchable: true - 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 GroupExtAppRoles. TYPE_INDIRECT
A constant which can be used with the type property of a GroupExtAppRoles. admin_role
Gets the admin_role of this GroupExtAppRoles. app_id
Gets the app_id of this GroupExtAppRoles. app_name
Gets the app_name of this GroupExtAppRoles. display
Gets the display of this GroupExtAppRoles. legacy_group_name
Gets the legacy_group_name of this GroupExtAppRoles. ref
Gets the ref of this GroupExtAppRoles. type
Gets the type of this GroupExtAppRoles. value
[Required] Gets the value of this GroupExtAppRoles. Methods
__init__
(**kwargs)Initializes a new GroupExtAppRoles object with values from keyword arguments. -
TYPE_DIRECT
= 'direct'¶ A constant which can be used with the type property of a GroupExtAppRoles. This constant has a value of “direct”
-
TYPE_INDIRECT
= 'indirect'¶ A constant which can be used with the type property of a GroupExtAppRoles. This constant has a value of “indirect”
-
__init__
(**kwargs)¶ Initializes a new GroupExtAppRoles 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 GroupExtAppRoles.
- ref (str) – The value to assign to the ref property of this GroupExtAppRoles.
- display (str) – The value to assign to the display property of this GroupExtAppRoles.
- type (str) – The value to assign to the type property of this GroupExtAppRoles. Allowed values for this property are: “direct”, “indirect”, ‘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 GroupExtAppRoles.
- app_name (str) – The value to assign to the app_name property of this GroupExtAppRoles.
- admin_role (bool) – The value to assign to the admin_role property of this GroupExtAppRoles.
- legacy_group_name (str) – The value to assign to the legacy_group_name property of this GroupExtAppRoles.
-
admin_role
¶ Gets the admin_role of this GroupExtAppRoles. If true, then the role provides administrative access privileges. READ-ONLY.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: boolean
- uniqueness: none
Returns: The admin_role of this GroupExtAppRoles. Return type: bool
-
app_id
¶ Gets the app_id of this GroupExtAppRoles. ID of parent App. READ-ONLY.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The app_id of this GroupExtAppRoles. Return type: str
-
app_name
¶ Gets the app_name of this GroupExtAppRoles. Name of parent App. READ-ONLY.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The app_name of this GroupExtAppRoles. Return type: str
-
display
¶ Gets the display of this GroupExtAppRoles. A human readable name, primarily used for display purposes. READ-ONLY.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The display of this GroupExtAppRoles. Return type: str
-
legacy_group_name
¶ Gets the legacy_group_name of this GroupExtAppRoles. The name of the legacy group associated with this AppRole.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The legacy_group_name of this GroupExtAppRoles. Return type: str
-
ref
¶ Gets the ref of this GroupExtAppRoles. The URI of the corresponding appRole resource to which the user belongs
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: reference
- uniqueness: none
Returns: The ref of this GroupExtAppRoles. Return type: str
-
type
¶ Gets the type of this GroupExtAppRoles. A label indicating the attribute’s function; e.g., ‘direct’ or ‘indirect’.
- 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this GroupExtAppRoles. Return type: str
-
value
¶ [Required] Gets the value of this GroupExtAppRoles. The identifier of the appRole
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this GroupExtAppRoles. Return type: str
-