UserExtIdcsAppRolesLimitedToGroups¶
-
class
oci.identity_domains.models.
UserExtIdcsAppRolesLimitedToGroups
(**kwargs)¶ Bases:
object
Description:
Added In: 19.2.1
SCIM++ Properties: - idcsCompositeKey: [value, idcsAppRoleId] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex
Methods
__init__
(**kwargs)Initializes a new UserExtIdcsAppRolesLimitedToGroups object with values from keyword arguments. Attributes
display
Gets the display of this UserExtIdcsAppRolesLimitedToGroups. idcs_app_role_id
[Required] Gets the idcs_app_role_id of this UserExtIdcsAppRolesLimitedToGroups. ocid
Gets the ocid of this UserExtIdcsAppRolesLimitedToGroups. ref
Gets the ref of this UserExtIdcsAppRolesLimitedToGroups. value
[Required] Gets the value of this UserExtIdcsAppRolesLimitedToGroups. -
__init__
(**kwargs)¶ Initializes a new UserExtIdcsAppRolesLimitedToGroups object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - idcs_app_role_id (str) – The value to assign to the idcs_app_role_id property of this UserExtIdcsAppRolesLimitedToGroups.
- value (str) – The value to assign to the value property of this UserExtIdcsAppRolesLimitedToGroups.
- ref (str) – The value to assign to the ref property of this UserExtIdcsAppRolesLimitedToGroups.
- display (str) – The value to assign to the display property of this UserExtIdcsAppRolesLimitedToGroups.
- ocid (str) – The value to assign to the ocid property of this UserExtIdcsAppRolesLimitedToGroups.
-
display
¶ Gets the display of this UserExtIdcsAppRolesLimitedToGroups. Group display name
Added In: 19.2.1
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this UserExtIdcsAppRolesLimitedToGroups. Return type: str
-
idcs_app_role_id
¶ [Required] Gets the idcs_app_role_id of this UserExtIdcsAppRolesLimitedToGroups. The id of the Oracle Identity Cloud Service AppRole grant limited to one or more Groups.
Added In: 19.2.1
- SCIM++ Properties:
- idcsCsvAttributeName: IDCS AppRole Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The idcs_app_role_id of this UserExtIdcsAppRolesLimitedToGroups. Return type: str
-
ocid
¶ Gets the ocid of this UserExtIdcsAppRolesLimitedToGroups. The ocid of a Group the AppRole Grant is limited to
Added In: 2202230830
- SCIM++ Properties:
- idcsCsvAttributeName: Group Ocid
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The ocid of this UserExtIdcsAppRolesLimitedToGroups. Return type: str
-
ref
¶ Gets the ref of this UserExtIdcsAppRolesLimitedToGroups. The URI of the SCIM resource representing the Group manager. RECOMMENDED.
Added In: 19.2.1
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this UserExtIdcsAppRolesLimitedToGroups. Return type: str
-
value
¶ [Required] Gets the value of this UserExtIdcsAppRolesLimitedToGroups. The id of a Group the AppRole Grant is limited to
Added In: 19.2.1
- SCIM++ Properties:
- idcsCsvAttributeName: Group Name
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this UserExtIdcsAppRolesLimitedToGroups. Return type: str
-