ServiceCatalogAssociationSummary

class oci.service_catalog.models.ServiceCatalogAssociationSummary(**kwargs)

Bases: object

The model for a summary of a service catalog association.

Methods

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

Attributes

entity_id [Required] Gets the entity_id of this ServiceCatalogAssociationSummary.
entity_type Gets the entity_type of this ServiceCatalogAssociationSummary.
id [Required] Gets the id of this ServiceCatalogAssociationSummary.
service_catalog_id [Required] Gets the service_catalog_id of this ServiceCatalogAssociationSummary.
time_created [Required] Gets the time_created of this ServiceCatalogAssociationSummary.
__init__(**kwargs)

Initializes a new ServiceCatalogAssociationSummary 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 ServiceCatalogAssociationSummary.
  • service_catalog_id (str) – The value to assign to the service_catalog_id property of this ServiceCatalogAssociationSummary.
  • entity_id (str) – The value to assign to the entity_id property of this ServiceCatalogAssociationSummary.
  • entity_type (str) – The value to assign to the entity_type property of this ServiceCatalogAssociationSummary.
  • time_created (datetime) – The value to assign to the time_created property of this ServiceCatalogAssociationSummary.
entity_id

[Required] Gets the entity_id of this ServiceCatalogAssociationSummary. The unique identifier of the resource being associated to service catalog.

Returns:The entity_id of this ServiceCatalogAssociationSummary.
Return type:str
entity_type

Gets the entity_type of this ServiceCatalogAssociationSummary. The type of the entity that is associated with the service catalog.

Returns:The entity_type of this ServiceCatalogAssociationSummary.
Return type:str
id

[Required] Gets the id of this ServiceCatalogAssociationSummary. The unique identifier of the service catalog association.

Returns:The id of this ServiceCatalogAssociationSummary.
Return type:str
service_catalog_id

[Required] Gets the service_catalog_id of this ServiceCatalogAssociationSummary. The unique identifier of the service catalog.

Returns:The service_catalog_id of this ServiceCatalogAssociationSummary.
Return type:str
time_created

[Required] Gets the time_created of this ServiceCatalogAssociationSummary. Timestamp of when the resource was associated with service catalog.

Returns:The time_created of this ServiceCatalogAssociationSummary.
Return type:datetime