DomainGovernanceSummary¶
-
class
oci.tenant_manager_control_plane.models.
DomainGovernanceSummary
(**kwargs)¶ Bases:
object
The summary of a domain govenance entity owned by a tenancy.
Methods
__init__
(**kwargs)Initializes a new DomainGovernanceSummary object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this DomainGovernanceSummary. domain_id
[Required] Gets the domain_id of this DomainGovernanceSummary. freeform_tags
Gets the freeform_tags of this DomainGovernanceSummary. id
[Required] Gets the id of this DomainGovernanceSummary. is_governance_enabled
[Required] Gets the is_governance_enabled of this DomainGovernanceSummary. lifecycle_state
[Required] Gets the lifecycle_state of this DomainGovernanceSummary. ons_subscription_id
[Required] Gets the ons_subscription_id of this DomainGovernanceSummary. ons_topic_id
[Required] Gets the ons_topic_id of this DomainGovernanceSummary. owner_id
[Required] Gets the owner_id of this DomainGovernanceSummary. subscription_email
Gets the subscription_email of this DomainGovernanceSummary. system_tags
Gets the system_tags of this DomainGovernanceSummary. time_created
Gets the time_created of this DomainGovernanceSummary. time_updated
Gets the time_updated of this DomainGovernanceSummary. -
__init__
(**kwargs)¶ Initializes a new DomainGovernanceSummary 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 DomainGovernanceSummary.
- owner_id (str) – The value to assign to the owner_id property of this DomainGovernanceSummary.
- domain_id (str) – The value to assign to the domain_id property of this DomainGovernanceSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this DomainGovernanceSummary.
- is_governance_enabled (bool) – The value to assign to the is_governance_enabled property of this DomainGovernanceSummary.
- subscription_email (str) – The value to assign to the subscription_email property of this DomainGovernanceSummary.
- ons_topic_id (str) – The value to assign to the ons_topic_id property of this DomainGovernanceSummary.
- ons_subscription_id (str) – The value to assign to the ons_subscription_id property of this DomainGovernanceSummary.
- time_created (datetime) – The value to assign to the time_created property of this DomainGovernanceSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this DomainGovernanceSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DomainGovernanceSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DomainGovernanceSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this DomainGovernanceSummary.
Gets the defined_tags of this DomainGovernanceSummary. 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 DomainGovernanceSummary. Return type: dict(str, dict(str, object))
-
domain_id
¶ [Required] Gets the domain_id of this DomainGovernanceSummary. The OCID of the domain associated with this domain governance entity.
Returns: The domain_id of this DomainGovernanceSummary. Return type: str
Gets the freeform_tags of this DomainGovernanceSummary. 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 DomainGovernanceSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this DomainGovernanceSummary. The OCID of the domain governance entity.
Returns: The id of this DomainGovernanceSummary. Return type: str
-
is_governance_enabled
¶ [Required] Gets the is_governance_enabled of this DomainGovernanceSummary. Indicates whether governance is enabled for this domain.
Returns: The is_governance_enabled of this DomainGovernanceSummary. Return type: bool
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this DomainGovernanceSummary. The lifecycle state of the domain governance entity.
Returns: The lifecycle_state of this DomainGovernanceSummary. Return type: str
-
ons_subscription_id
¶ [Required] Gets the ons_subscription_id of this DomainGovernanceSummary. The ONS subscription associated with this domain governance entity.
Returns: The ons_subscription_id of this DomainGovernanceSummary. Return type: str
-
ons_topic_id
¶ [Required] Gets the ons_topic_id of this DomainGovernanceSummary. The ONS topic associated with this domain governance entity.
Returns: The ons_topic_id of this DomainGovernanceSummary. Return type: str
-
owner_id
¶ [Required] Gets the owner_id of this DomainGovernanceSummary. The OCID of the tenancy that owns this domain governance entity.
Returns: The owner_id of this DomainGovernanceSummary. Return type: str
-
subscription_email
¶ Gets the subscription_email of this DomainGovernanceSummary. Email address to be used to notify the user, and that the ONS subscription will be created with.
Returns: The subscription_email of this DomainGovernanceSummary. Return type: str
Gets the system_tags of this DomainGovernanceSummary. 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 DomainGovernanceSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ Gets the time_created of this DomainGovernanceSummary. Date-time when this domain governance was created. An RFC 3339-formatted date and time string.
Returns: The time_created of this DomainGovernanceSummary. Return type: datetime
-
time_updated
¶ Gets the time_updated of this DomainGovernanceSummary. Date-time when this domain governance was last updated. An RFC 3339-formatted date and time string.
Returns: The time_updated of this DomainGovernanceSummary. Return type: datetime
-