DelegationSubscriptionSummary¶
-
class
oci.delegate_access_control.models.
DelegationSubscriptionSummary
(**kwargs)¶ Bases:
object
Summary of the Delegation Subscription.
Attributes
SUBSCRIBED_SERVICE_TYPE_ASSISTED_PATCHING
A constant which can be used with the subscribed_service_type property of a DelegationSubscriptionSummary. SUBSCRIBED_SERVICE_TYPE_TROUBLESHOOTING
A constant which can be used with the subscribed_service_type property of a DelegationSubscriptionSummary. compartment_id
Gets the compartment_id of this DelegationSubscriptionSummary. defined_tags
Gets the defined_tags of this DelegationSubscriptionSummary. display_name
Gets the display_name of this DelegationSubscriptionSummary. freeform_tags
Gets the freeform_tags of this DelegationSubscriptionSummary. id
[Required] Gets the id of this DelegationSubscriptionSummary. lifecycle_state
Gets the lifecycle_state of this DelegationSubscriptionSummary. lifecycle_state_details
Gets the lifecycle_state_details of this DelegationSubscriptionSummary. service_provider_id
[Required] Gets the service_provider_id of this DelegationSubscriptionSummary. subscribed_service_type
[Required] Gets the subscribed_service_type of this DelegationSubscriptionSummary. system_tags
Gets the system_tags of this DelegationSubscriptionSummary. time_created
Gets the time_created of this DelegationSubscriptionSummary. time_updated
Gets the time_updated of this DelegationSubscriptionSummary. Methods
__init__
(**kwargs)Initializes a new DelegationSubscriptionSummary object with values from keyword arguments. -
SUBSCRIBED_SERVICE_TYPE_ASSISTED_PATCHING
= 'ASSISTED_PATCHING'¶ A constant which can be used with the subscribed_service_type property of a DelegationSubscriptionSummary. This constant has a value of “ASSISTED_PATCHING”
-
SUBSCRIBED_SERVICE_TYPE_TROUBLESHOOTING
= 'TROUBLESHOOTING'¶ A constant which can be used with the subscribed_service_type property of a DelegationSubscriptionSummary. This constant has a value of “TROUBLESHOOTING”
-
__init__
(**kwargs)¶ Initializes a new DelegationSubscriptionSummary 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 DelegationSubscriptionSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this DelegationSubscriptionSummary.
- display_name (str) – The value to assign to the display_name property of this DelegationSubscriptionSummary.
- service_provider_id (str) – The value to assign to the service_provider_id property of this DelegationSubscriptionSummary.
- subscribed_service_type (str) – The value to assign to the subscribed_service_type property of this DelegationSubscriptionSummary. Allowed values for this property are: “TROUBLESHOOTING”, “ASSISTED_PATCHING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this DelegationSubscriptionSummary.
- lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this DelegationSubscriptionSummary.
- time_created (datetime) – The value to assign to the time_created property of this DelegationSubscriptionSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this DelegationSubscriptionSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this DelegationSubscriptionSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this DelegationSubscriptionSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this DelegationSubscriptionSummary.
-
compartment_id
¶ Gets the compartment_id of this DelegationSubscriptionSummary. The OCID of the compartment that contains the Delegation Subscription.
Returns: The compartment_id of this DelegationSubscriptionSummary. Return type: str
Gets the defined_tags of this DelegationSubscriptionSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this DelegationSubscriptionSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this DelegationSubscriptionSummary. Display name
Returns: The display_name of this DelegationSubscriptionSummary. Return type: str
Gets the freeform_tags of this DelegationSubscriptionSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this DelegationSubscriptionSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this DelegationSubscriptionSummary. Unique identifier for the Delegation Subscription.
Returns: The id of this DelegationSubscriptionSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this DelegationSubscriptionSummary. The current lifecycle state of the Service Provider.
Returns: The lifecycle_state of this DelegationSubscriptionSummary. Return type: str
-
lifecycle_state_details
¶ Gets the lifecycle_state_details of this DelegationSubscriptionSummary. Description of the current lifecycle state in more detail.
Returns: The lifecycle_state_details of this DelegationSubscriptionSummary. Return type: str
-
service_provider_id
¶ [Required] Gets the service_provider_id of this DelegationSubscriptionSummary. Unique identifier of the Service Provider.
Returns: The service_provider_id of this DelegationSubscriptionSummary. Return type: str
-
subscribed_service_type
¶ [Required] Gets the subscribed_service_type of this DelegationSubscriptionSummary. Subscribed Service Provider Service Type.
Allowed values for this property are: “TROUBLESHOOTING”, “ASSISTED_PATCHING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The subscribed_service_type of this DelegationSubscriptionSummary. Return type: str
Gets the system_tags of this DelegationSubscriptionSummary. System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this DelegationSubscriptionSummary. Return type: dict(str, dict(str, object))
-