UserExtSmtpCredentials

class oci.identity_domains.models.UserExtSmtpCredentials(**kwargs)

Bases: object

A list of SMTP credentials corresponding to user.

Added In: 2012271618

SCIM++ Properties: - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readOnly - required: false - returned: request - type: complex - uniqueness: none

Methods

__init__(**kwargs) Initializes a new UserExtSmtpCredentials object with values from keyword arguments.

Attributes

ocid Gets the ocid of this UserExtSmtpCredentials.
ref Gets the ref of this UserExtSmtpCredentials.
value Gets the value of this UserExtSmtpCredentials.
__init__(**kwargs)

Initializes a new UserExtSmtpCredentials 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 UserExtSmtpCredentials.
  • ocid (str) – The value to assign to the ocid property of this UserExtSmtpCredentials.
  • ref (str) – The value to assign to the ref property of this UserExtSmtpCredentials.
ocid

Gets the ocid of this UserExtSmtpCredentials. The user’s Auth token OCID.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
Returns:The ocid of this UserExtSmtpCredentials.
Return type:str
ref

Gets the ref of this UserExtSmtpCredentials. The URI of the corresponding SmtpCredential resource to which the user belongs.

Added In: 2012271618

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this UserExtSmtpCredentials.
Return type:str
value

Gets the value of this UserExtSmtpCredentials. The user’s SMTP credential identifier.

Added In: 2012271618

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: always
  • type: string
  • uniqueness: none
Returns:The value of this UserExtSmtpCredentials.
Return type:str