ServiceCatalogAssociation¶
- 
class oci.service_catalog.models.ServiceCatalogAssociation(**kwargs)¶
- Bases: - object- The detailed model for service catalog association. - Methods - __init__(**kwargs)- Initializes a new ServiceCatalogAssociation object with values from keyword arguments. - Attributes - entity_id- [Required] Gets the entity_id of this ServiceCatalogAssociation. - entity_type- Gets the entity_type of this ServiceCatalogAssociation. - id- [Required] Gets the id of this ServiceCatalogAssociation. - service_catalog_id- [Required] Gets the service_catalog_id of this ServiceCatalogAssociation. - time_created- [Required] Gets the time_created of this ServiceCatalogAssociation. - 
__init__(**kwargs)¶
- Initializes a new ServiceCatalogAssociation 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 ServiceCatalogAssociation.
- service_catalog_id (str) – The value to assign to the service_catalog_id property of this ServiceCatalogAssociation.
- entity_id (str) – The value to assign to the entity_id property of this ServiceCatalogAssociation.
- entity_type (str) – The value to assign to the entity_type property of this ServiceCatalogAssociation.
- time_created (datetime) – The value to assign to the time_created property of this ServiceCatalogAssociation.
 
 - 
entity_id¶
- [Required] Gets the entity_id of this ServiceCatalogAssociation. Identifier of the entity being associated with service catalog. - Returns: - The entity_id of this ServiceCatalogAssociation. - Return type: - str 
 - 
entity_type¶
- Gets the entity_type of this ServiceCatalogAssociation. The type of the entity that is associated with the service catalog. - Returns: - The entity_type of this ServiceCatalogAssociation. - Return type: - str 
 - 
id¶
- [Required] Gets the id of this ServiceCatalogAssociation. Identifier of the association. - Returns: - The id of this ServiceCatalogAssociation. - Return type: - str 
 - 
service_catalog_id¶
- [Required] Gets the service_catalog_id of this ServiceCatalogAssociation. Identifier of the service catalog. - Returns: - The service_catalog_id of this ServiceCatalogAssociation. - Return type: - str 
 - 
time_created¶
- [Required] Gets the time_created of this ServiceCatalogAssociation. Timestamp of when the resource was associated with service catalog. - Returns: - The time_created of this ServiceCatalogAssociation. - Return type: - datetime 
 
-