Data Source: oci_identity_domains_grant

This data source provides details about a specific Grant resource in Oracle Cloud Infrastructure Identity Domains service.

Get a Grant

Example Usage

data "oci_identity_domains_grant" "test_grant" {
	#Required
	grant_id = oci_identity_domains_grant.test_grant.id
	idcs_endpoint = data.oci_identity_domain.test_domain.url

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.grant_authorization
	resource_type_schema_version = var.grant_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: