ServiceSummary

class oci.logging.models.ServiceSummary(**kwargs)

Bases: object

Summary of services that are integrated with public logging.

Methods

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

Attributes

endpoint [Required] Gets the endpoint of this ServiceSummary.
id Gets the id of this ServiceSummary.
name [Required] Gets the name of this ServiceSummary.
namespace Gets the namespace of this ServiceSummary.
resource_types [Required] Gets the resource_types of this ServiceSummary.
service_principal_name [Required] Gets the service_principal_name of this ServiceSummary.
tenant_id [Required] Gets the tenant_id of this ServiceSummary.
__init__(**kwargs)

Initializes a new ServiceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • tenant_id (str) – The value to assign to the tenant_id property of this ServiceSummary.
  • namespace (str) – The value to assign to the namespace property of this ServiceSummary.
  • service_principal_name (str) – The value to assign to the service_principal_name property of this ServiceSummary.
  • endpoint (str) – The value to assign to the endpoint property of this ServiceSummary.
  • name (str) – The value to assign to the name property of this ServiceSummary.
  • id (str) – The value to assign to the id property of this ServiceSummary.
  • resource_types (list[oci.logging.models.ResourceType]) – The value to assign to the resource_types property of this ServiceSummary.
endpoint

[Required] Gets the endpoint of this ServiceSummary. Service endpoint.

Returns:The endpoint of this ServiceSummary.
Return type:str
id

Gets the id of this ServiceSummary. Service ID.

Returns:The id of this ServiceSummary.
Return type:str
name

[Required] Gets the name of this ServiceSummary. User-friendly service name.

Returns:The name of this ServiceSummary.
Return type:str
namespace

Gets the namespace of this ServiceSummary. Apollo project namespace, if any.

Returns:The namespace of this ServiceSummary.
Return type:str
resource_types

[Required] Gets the resource_types of this ServiceSummary. Type of resource that a service provides.

Returns:The resource_types of this ServiceSummary.
Return type:list[oci.logging.models.ResourceType]
service_principal_name

[Required] Gets the service_principal_name of this ServiceSummary. Service ID as set in Service Principal.

Returns:The service_principal_name of this ServiceSummary.
Return type:str
tenant_id

[Required] Gets the tenant_id of this ServiceSummary. Tenant OCID.

Returns:The tenant_id of this ServiceSummary.
Return type:str