Data Source: oci_apigateway_subscriber
This data source provides details about a specific Subscriber resource in Oracle Cloud Infrastructure API Gateway service.
Gets a subscriber by identifier.
Example Usage
data "oci_apigateway_subscriber" "test_subscriber" {
#Required
subscriber_id = oci_apigateway_subscriber.test_subscriber.id
}
Argument Reference
The following arguments are supported:
subscriber_id
- (Required) The ocid of the subscriber.
Attributes Reference
The following attributes are exported:
clients
- The clients belonging to this subscriber.name
- The name of the client. Must be unique within a subscriber.token
- The token for the client. Must be unique within a tenancy.
compartment_id
- The OCID of the compartment in which the resource is created.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"}
display_name
- A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information. Example:My new resource
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
- The OCID of the resource.lifecycle_details
- A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in a Failed state.state
- The current state of the subscriber.time_created
- The time this resource was created. An RFC3339 formatted datetime string.time_updated
- The time this resource was last updated. An RFC3339 formatted datetime string.usage_plans
- An array of OCIDs of usage plan resources.