Data Source: oci_delegate_access_control_service_providers
This data source provides the list of Service Providers in Oracle Cloud Infrastructure Delegate Access Control service.
Lists the Service Providers.
Example Usage
data "oci_delegate_access_control_service_providers" "test_service_providers" {
#Required
compartment_id = var.compartment_id
#Optional
name = var.service_provider_name
service_provider_type = var.service_provider_service_provider_type
state = var.service_provider_state
supported_resource_type = var.service_provider_supported_resource_type
}
Argument Reference
The following arguments are supported:
compartment_id
- (Required) The OCID of the compartment.name
- (Optional) A filter to return Service Provider resources that match the given name.service_provider_type
- (Optional) A filter to return only Service Provider resources whose provider type matches the given provider type.state
- (Optional) A filter to return only Service Provider resources whose lifecycleState matches the given Service Provider lifecycle state.supported_resource_type
- (Optional) A filter to return only Service Provider resources whose supported resource type matches the given resource type.
Attributes Reference
The following attributes are exported:
service_provider_summary_collection
- The list of service_provider_summary_collection.
ServiceProvider Reference
The following attributes are exported:
compartment_id
- The OCID of the compartment that contains the Delegation Control.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:{"Operations.CostCenter": "42"}
description
- Description of the Service Provider.freeform_tags
- 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"}
id
- Unique identifier for the Service Provider.lifecycle_state_details
- Description of the current lifecycle state in more detail.name
- Unique name of the Service Provider.service_provider_type
- Service Provider type.service_types
- Types of services offered by this provider.state
- The current lifecycle state of the Service Provider.supported_resource_types
- Resource types for which this provider will provide service. Default to all if not specified.system_tags
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}
time_created
- Time when the Service Provider was created expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’time_updated
- Time when the Service Provider was last modified expressed in RFC 3339 timestamp format, e.g. ‘2020-05-22T21:10:29.600Z’