SenderInvitationSummary¶
-
class
oci.tenant_manager_control_plane.models.
SenderInvitationSummary
(**kwargs)¶ Bases:
object
The summary of the invitation model that the sender owns.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. LIFECYCLE_STATE_INACTIVE
A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. LIFECYCLE_STATE_TERMINATED
A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. STATUS_ACCEPTED
A constant which can be used with the status property of a SenderInvitationSummary. STATUS_CANCELED
A constant which can be used with the status property of a SenderInvitationSummary. STATUS_EXPIRED
A constant which can be used with the status property of a SenderInvitationSummary. STATUS_FAILED
A constant which can be used with the status property of a SenderInvitationSummary. STATUS_PENDING
A constant which can be used with the status property of a SenderInvitationSummary. compartment_id
[Required] Gets the compartment_id of this SenderInvitationSummary. defined_tags
Gets the defined_tags of this SenderInvitationSummary. display_name
[Required] Gets the display_name of this SenderInvitationSummary. freeform_tags
Gets the freeform_tags of this SenderInvitationSummary. id
[Required] Gets the id of this SenderInvitationSummary. lifecycle_state
[Required] Gets the lifecycle_state of this SenderInvitationSummary. recipient_email_address
Gets the recipient_email_address of this SenderInvitationSummary. recipient_invitation_id
Gets the recipient_invitation_id of this SenderInvitationSummary. recipient_tenancy_id
[Required] Gets the recipient_tenancy_id of this SenderInvitationSummary. status
[Required] Gets the status of this SenderInvitationSummary. subjects
[Required] Gets the subjects of this SenderInvitationSummary. system_tags
Gets the system_tags of this SenderInvitationSummary. time_created
[Required] Gets the time_created of this SenderInvitationSummary. time_updated
Gets the time_updated of this SenderInvitationSummary. Methods
__init__
(**kwargs)Initializes a new SenderInvitationSummary object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. This constant has a value of “INACTIVE”
-
LIFECYCLE_STATE_TERMINATED
= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. This constant has a value of “TERMINATED”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a SenderInvitationSummary. This constant has a value of “UPDATING”
-
STATUS_ACCEPTED
= 'ACCEPTED'¶ A constant which can be used with the status property of a SenderInvitationSummary. This constant has a value of “ACCEPTED”
-
STATUS_CANCELED
= 'CANCELED'¶ A constant which can be used with the status property of a SenderInvitationSummary. This constant has a value of “CANCELED”
-
STATUS_EXPIRED
= 'EXPIRED'¶ A constant which can be used with the status property of a SenderInvitationSummary. This constant has a value of “EXPIRED”
-
STATUS_FAILED
= 'FAILED'¶ A constant which can be used with the status property of a SenderInvitationSummary. This constant has a value of “FAILED”
-
STATUS_PENDING
= 'PENDING'¶ A constant which can be used with the status property of a SenderInvitationSummary. This constant has a value of “PENDING”
-
__init__
(**kwargs)¶ Initializes a new SenderInvitationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this SenderInvitationSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this SenderInvitationSummary.
- display_name (str) – The value to assign to the display_name property of this SenderInvitationSummary.
- subjects (list[oci.tenant_manager_control_plane.models.InvitationSubject]) – The value to assign to the subjects property of this SenderInvitationSummary.
- recipient_invitation_id (str) – The value to assign to the recipient_invitation_id property of this SenderInvitationSummary.
- recipient_tenancy_id (str) – The value to assign to the recipient_tenancy_id property of this SenderInvitationSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this SenderInvitationSummary. Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “FAILED”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- status (str) – The value to assign to the status property of this SenderInvitationSummary. Allowed values for this property are: “PENDING”, “CANCELED”, “ACCEPTED”, “EXPIRED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this SenderInvitationSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this SenderInvitationSummary.
- recipient_email_address (str) – The value to assign to the recipient_email_address property of this SenderInvitationSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SenderInvitationSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SenderInvitationSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this SenderInvitationSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this SenderInvitationSummary. OCID of the sender tenancy.
Returns: The compartment_id of this SenderInvitationSummary. Return type: str
Gets the defined_tags of this SenderInvitationSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this SenderInvitationSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this SenderInvitationSummary. A user-created name to describe the invitation. Avoid entering confidential information.
Returns: The display_name of this SenderInvitationSummary. Return type: str
Gets the freeform_tags of this SenderInvitationSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this SenderInvitationSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this SenderInvitationSummary. OCID of the sender invitation.
Returns: The id of this SenderInvitationSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this SenderInvitationSummary. Lifecycle state of the sender invitation.
Allowed values for this property are: “CREATING”, “ACTIVE”, “INACTIVE”, “UPDATING”, “FAILED”, “TERMINATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this SenderInvitationSummary. Return type: str
-
recipient_email_address
¶ Gets the recipient_email_address of this SenderInvitationSummary. Email address of the recipient.
Returns: The recipient_email_address of this SenderInvitationSummary. Return type: str
-
recipient_invitation_id
¶ Gets the recipient_invitation_id of this SenderInvitationSummary. OCID of the corresponding recipient invitation.
Returns: The recipient_invitation_id of this SenderInvitationSummary. Return type: str
-
recipient_tenancy_id
¶ [Required] Gets the recipient_tenancy_id of this SenderInvitationSummary. OCID of the recipient tenancy.
Returns: The recipient_tenancy_id of this SenderInvitationSummary. Return type: str
-
status
¶ [Required] Gets the status of this SenderInvitationSummary. Status of the sender invitation.
Allowed values for this property are: “PENDING”, “CANCELED”, “ACCEPTED”, “EXPIRED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this SenderInvitationSummary. Return type: str
-
subjects
¶ [Required] Gets the subjects of this SenderInvitationSummary. The list of subjects the invitation contains.
Returns: The subjects of this SenderInvitationSummary. Return type: list[oci.tenant_manager_control_plane.models.InvitationSubject]
Gets the system_tags of this SenderInvitationSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this SenderInvitationSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this SenderInvitationSummary. Date and time when the sender invitation was created.
Returns: The time_created of this SenderInvitationSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this SenderInvitationSummary. Date and time when the sender invitation was last updated.
Returns: The time_updated of this SenderInvitationSummary. Return type: datetime
-