CreateDomainGovernanceDetails¶
-
class
oci.tenant_manager_control_plane.models.
CreateDomainGovernanceDetails
(**kwargs)¶ Bases:
object
The parameters for creating a domain governance entity.
Methods
__init__
(**kwargs)Initializes a new CreateDomainGovernanceDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateDomainGovernanceDetails. defined_tags
Gets the defined_tags of this CreateDomainGovernanceDetails. domain_id
[Required] Gets the domain_id of this CreateDomainGovernanceDetails. freeform_tags
Gets the freeform_tags of this CreateDomainGovernanceDetails. ons_subscription_id
[Required] Gets the ons_subscription_id of this CreateDomainGovernanceDetails. ons_topic_id
[Required] Gets the ons_topic_id of this CreateDomainGovernanceDetails. subscription_email
[Required] Gets the subscription_email of this CreateDomainGovernanceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateDomainGovernanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateDomainGovernanceDetails.
- domain_id (str) – The value to assign to the domain_id property of this CreateDomainGovernanceDetails.
- subscription_email (str) – The value to assign to the subscription_email property of this CreateDomainGovernanceDetails.
- ons_topic_id (str) – The value to assign to the ons_topic_id property of this CreateDomainGovernanceDetails.
- ons_subscription_id (str) – The value to assign to the ons_subscription_id property of this CreateDomainGovernanceDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateDomainGovernanceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateDomainGovernanceDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateDomainGovernanceDetails. OCID of the tenancy.
Returns: The compartment_id of this CreateDomainGovernanceDetails. Return type: str
Gets the defined_tags of this CreateDomainGovernanceDetails. 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 CreateDomainGovernanceDetails. Return type: dict(str, dict(str, object))
-
domain_id
¶ [Required] Gets the domain_id of this CreateDomainGovernanceDetails. OCID of the domain.
Returns: The domain_id of this CreateDomainGovernanceDetails. Return type: str
Gets the freeform_tags of this CreateDomainGovernanceDetails. 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 CreateDomainGovernanceDetails. Return type: dict(str, str)
-
ons_subscription_id
¶ [Required] Gets the ons_subscription_id of this CreateDomainGovernanceDetails. The ONS subscription associated with this domain governance entity.
Returns: The ons_subscription_id of this CreateDomainGovernanceDetails. Return type: str
-
ons_topic_id
¶ [Required] Gets the ons_topic_id of this CreateDomainGovernanceDetails. The ONS topic associated with this domain governance entity.
Returns: The ons_topic_id of this CreateDomainGovernanceDetails. Return type: str
-
subscription_email
¶ [Required] Gets the subscription_email of this CreateDomainGovernanceDetails. Email address to be used to notify the user, and that the ONS subscription will be created with.
Returns: The subscription_email of this CreateDomainGovernanceDetails. Return type: str
-