SmtpCredentialUser¶
-
class
oci.identity_domains.models.
SmtpCredentialUser
(**kwargs)¶ Bases:
object
User linked to smtp credential
SCIM++ Properties: - caseExact: false - idcsSearchable: true - multiValued: false - mutability: immutable - required: false - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new SmtpCredentialUser object with values from keyword arguments. Attributes
display
Gets the display of this SmtpCredentialUser. name
Gets the name of this SmtpCredentialUser. ocid
Gets the ocid of this SmtpCredentialUser. ref
Gets the ref of this SmtpCredentialUser. value
Gets the value of this SmtpCredentialUser. -
__init__
(**kwargs)¶ Initializes a new SmtpCredentialUser 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 SmtpCredentialUser.
- ocid (str) – The value to assign to the ocid property of this SmtpCredentialUser.
- ref (str) – The value to assign to the ref property of this SmtpCredentialUser.
- display (str) – The value to assign to the display property of this SmtpCredentialUser.
- name (str) – The value to assign to the name property of this SmtpCredentialUser.
-
display
¶ Gets the display of this SmtpCredentialUser. User display name
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this SmtpCredentialUser. Return type: str
-
name
¶ Gets the name of this SmtpCredentialUser. User name
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The name of this SmtpCredentialUser. Return type: str
-
ocid
¶ Gets the ocid of this SmtpCredentialUser. User’s ocid
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The ocid of this SmtpCredentialUser. Return type: str
-
ref
¶ Gets the ref of this SmtpCredentialUser. The URI that corresponds to the user linked to this credential
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this SmtpCredentialUser. Return type: str
-
value
¶ Gets the value of this SmtpCredentialUser. User’s id
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: immutable
- required: false
- returned: always
- type: string
- uniqueness: none
Returns: The value of this SmtpCredentialUser. Return type: str
-