SelfRegistrationProfileEmailTemplate

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

Bases: object

Email template

SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: request - type: complex

Methods

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

Attributes

display Gets the display of this SelfRegistrationProfileEmailTemplate.
ref Gets the ref of this SelfRegistrationProfileEmailTemplate.
value [Required] Gets the value of this SelfRegistrationProfileEmailTemplate.
__init__(**kwargs)

Initializes a new SelfRegistrationProfileEmailTemplate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display (str) – The value to assign to the display property of this SelfRegistrationProfileEmailTemplate.
  • value (str) – The value to assign to the value property of this SelfRegistrationProfileEmailTemplate.
  • ref (str) – The value to assign to the ref property of this SelfRegistrationProfileEmailTemplate.
display

Gets the display of this SelfRegistrationProfileEmailTemplate. A human readable name, primarily used for display purposes. READ-ONLY.

Added In: 19.2.1

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

Gets the ref of this SelfRegistrationProfileEmailTemplate. URI of the Email Template

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

[Required] Gets the value of this SelfRegistrationProfileEmailTemplate. Identifier of the Email Template.

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