AccountMgmtInfoMatchingOwners¶
-
class
oci.identity_domains.models.
AccountMgmtInfoMatchingOwners
(**kwargs)¶ Bases:
object
Matching owning users of the account
Methods
__init__
(**kwargs)Initializes a new AccountMgmtInfoMatchingOwners object with values from keyword arguments. Attributes
display
Gets the display of this AccountMgmtInfoMatchingOwners. email
Gets the email of this AccountMgmtInfoMatchingOwners. ref
Gets the ref of this AccountMgmtInfoMatchingOwners. user_name
Gets the user_name of this AccountMgmtInfoMatchingOwners. value
[Required] Gets the value of this AccountMgmtInfoMatchingOwners. -
__init__
(**kwargs)¶ Initializes a new AccountMgmtInfoMatchingOwners 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 AccountMgmtInfoMatchingOwners.
- ref (str) – The value to assign to the ref property of this AccountMgmtInfoMatchingOwners.
- display (str) – The value to assign to the display property of this AccountMgmtInfoMatchingOwners.
- user_name (str) – The value to assign to the user_name property of this AccountMgmtInfoMatchingOwners.
- email (str) – The value to assign to the email property of this AccountMgmtInfoMatchingOwners.
-
display
¶ Gets the display of this AccountMgmtInfoMatchingOwners. User display name
- SCIM++ Properties:
- idcsPii: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this AccountMgmtInfoMatchingOwners. Return type: str
-
email
¶ Gets the email of this AccountMgmtInfoMatchingOwners. The email address of this user
Added In: 17.3.4
- SCIM++ Properties:
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The email of this AccountMgmtInfoMatchingOwners. Return type: str
-
ref
¶ Gets the ref of this AccountMgmtInfoMatchingOwners. User URI
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this AccountMgmtInfoMatchingOwners. Return type: str
-
user_name
¶ Gets the user_name of this AccountMgmtInfoMatchingOwners. User name
Added In: 17.3.4
- SCIM++ Properties:
- idcsPii: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The user_name of this AccountMgmtInfoMatchingOwners. Return type: str
-
value
¶ [Required] Gets the value of this AccountMgmtInfoMatchingOwners. User Identifier
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this AccountMgmtInfoMatchingOwners. Return type: str
-