Skip to content
Start here

OAuth Scopes

data cloudflare_oauth_scopes

optional Expand Collapse
max_items?: Int64

Max items to fetch, default: 1000

computed Expand Collapse
result: List[Attributes]

The items returned by the data source

id: String

The scope label to use in the scopes array when creating or updating an OAuth client.

name: String

Human-readable name of the OAuth scope.

category: String

Category for grouping scopes in the UI.

scopes: List[String]

The underlying resource scopes (Bach scopes) that define which resources this OAuth scope can act upon.

cloudflare_oauth_scopes

data "cloudflare_oauth_scopes" "example_oauth_scopes" {

}