AppRoleMembers¶
-
class
oci.identity_domains.models.
AppRoleMembers
(**kwargs)¶ Bases:
object
AppRole members - when requesting members attribute, it is recommended to use startIndex and count to return members in pages instead of in a single response, eg : #attributes=members[startIndex=1%26count=10]
Attributes
TYPE_DYNAMIC_RESOURCE_GROUP
A constant which can be used with the type property of a AppRoleMembers. TYPE_GROUP
A constant which can be used with the type property of a AppRoleMembers. TYPE_USER
A constant which can be used with the type property of a AppRoleMembers. display
Gets the display of this AppRoleMembers. ref
Gets the ref of this AppRoleMembers. type
[Required] Gets the type of this AppRoleMembers. value
[Required] Gets the value of this AppRoleMembers. Methods
__init__
(**kwargs)Initializes a new AppRoleMembers object with values from keyword arguments. -
TYPE_DYNAMIC_RESOURCE_GROUP
= 'DynamicResourceGroup'¶ A constant which can be used with the type property of a AppRoleMembers. This constant has a value of “DynamicResourceGroup”
-
TYPE_GROUP
= 'Group'¶ A constant which can be used with the type property of a AppRoleMembers. This constant has a value of “Group”
-
TYPE_USER
= 'User'¶ A constant which can be used with the type property of a AppRoleMembers. This constant has a value of “User”
-
__init__
(**kwargs)¶ Initializes a new AppRoleMembers 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 AppRoleMembers.
- ref (str) – The value to assign to the ref property of this AppRoleMembers.
- display (str) – The value to assign to the display property of this AppRoleMembers.
- type (str) – The value to assign to the type property of this AppRoleMembers. Allowed values for this property are: “User”, “Group”, “DynamicResourceGroup”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
display
¶ Gets the display of this AppRoleMembers. Member display name
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this AppRoleMembers. Return type: str
-
ref
¶ Gets the ref of this AppRoleMembers. The URI corresponding to the member Resource of this Group
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this AppRoleMembers. Return type: str
-
type
¶ [Required] Gets the type of this AppRoleMembers. Indicates the type of Resource–for example, User, Group or DynamicResourceGroup
- SCIM++ Properties:
- caseExact: true
- idcsCsvAttributeName: Member Type
- idcsDefaultValue: User
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “User”, “Group”, “DynamicResourceGroup”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this AppRoleMembers. Return type: str
-
value
¶ [Required] Gets the value of this AppRoleMembers. ID of the member of this AppRole
- SCIM++ Properties:
- caseExact: true
- idcsCsvAttributeName: Member
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: always
- type: string
- uniqueness: none
Returns: The value of this AppRoleMembers. Return type: str
-