Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";
const exampleApiToken = cloudflare.getApiToken({
tokenId: "ed17574386854bf78a67040be0a770b0",
});
import pulumi
import pulumi_cloudflare as cloudflare
example_api_token = cloudflare.get_api_token(token_id="ed17574386854bf78a67040be0a770b0")
package main
import (
"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudflare.LookupApiToken(ctx, &cloudflare.LookupApiTokenArgs{
TokenId: pulumi.StringRef("ed17574386854bf78a67040be0a770b0"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;
return await Deployment.RunAsync(() =>
{
var exampleApiToken = Cloudflare.GetApiToken.Invoke(new()
{
TokenId = "ed17574386854bf78a67040be0a770b0",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetApiTokenArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var exampleApiToken = CloudflareFunctions.getApiToken(GetApiTokenArgs.builder()
.tokenId("ed17574386854bf78a67040be0a770b0")
.build());
}
}
variables:
exampleApiToken:
fn::invoke:
function: cloudflare:getApiToken
arguments:
tokenId: ed17574386854bf78a67040be0a770b0
Using getApiToken
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getApiToken(args: GetApiTokenArgs, opts?: InvokeOptions): Promise<GetApiTokenResult>
function getApiTokenOutput(args: GetApiTokenOutputArgs, opts?: InvokeOptions): Output<GetApiTokenResult>def get_api_token(filter: Optional[GetApiTokenFilter] = None,
token_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApiTokenResult
def get_api_token_output(filter: Optional[pulumi.Input[GetApiTokenFilterArgs]] = None,
token_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApiTokenResult]func LookupApiToken(ctx *Context, args *LookupApiTokenArgs, opts ...InvokeOption) (*LookupApiTokenResult, error)
func LookupApiTokenOutput(ctx *Context, args *LookupApiTokenOutputArgs, opts ...InvokeOption) LookupApiTokenResultOutput> Note: This function is named LookupApiToken in the Go SDK.
public static class GetApiToken
{
public static Task<GetApiTokenResult> InvokeAsync(GetApiTokenArgs args, InvokeOptions? opts = null)
public static Output<GetApiTokenResult> Invoke(GetApiTokenInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApiTokenResult> getApiToken(GetApiTokenArgs args, InvokeOptions options)
public static Output<GetApiTokenResult> getApiToken(GetApiTokenArgs args, InvokeOptions options)
fn::invoke:
function: cloudflare:index/getApiToken:getApiToken
arguments:
# arguments dictionaryThe following arguments are supported:
- Filter
Get
Api Token Filter - Token
Id string - Token identifier tag.
- Filter
Get
Api Token Filter - Token
Id string - Token identifier tag.
- filter
Get
Api Token Filter - token
Id String - Token identifier tag.
- filter
Get
Api Token Filter - token
Id string - Token identifier tag.
- filter
Get
Api Token Filter - token_
id str - Token identifier tag.
- filter Property Map
- token
Id String - Token identifier tag.
getApiToken Result
The following output properties are available:
- Condition
Get
Api Token Condition - Expires
On string - The expiration time on or after which the JWT MUST NOT be accepted for processing.
- Id string
- Token identifier tag.
- Issued
On string - The time on which the token was created.
- Last
Used stringOn - Last time the token was used.
- Modified
On string - Last time the token was modified.
- Name string
- Token name.
- Not
Before string - The time before which the token MUST NOT be accepted for processing.
- Policies
List<Get
Api Token Policy> - List of access policies assigned to the token.
- Status string
- Status of the token. Available values: "active", "disabled", "expired".
- Filter
Get
Api Token Filter - Token
Id string - Token identifier tag.
- Condition
Get
Api Token Condition - Expires
On string - The expiration time on or after which the JWT MUST NOT be accepted for processing.
- Id string
- Token identifier tag.
- Issued
On string - The time on which the token was created.
- Last
Used stringOn - Last time the token was used.
- Modified
On string - Last time the token was modified.
- Name string
- Token name.
- Not
Before string - The time before which the token MUST NOT be accepted for processing.
- Policies
[]Get
Api Token Policy - List of access policies assigned to the token.
- Status string
- Status of the token. Available values: "active", "disabled", "expired".
- Filter
Get
Api Token Filter - Token
Id string - Token identifier tag.
- condition
Get
Api Token Condition - expires
On String - The expiration time on or after which the JWT MUST NOT be accepted for processing.
- id String
- Token identifier tag.
- issued
On String - The time on which the token was created.
- last
Used StringOn - Last time the token was used.
- modified
On String - Last time the token was modified.
- name String
- Token name.
- not
Before String - The time before which the token MUST NOT be accepted for processing.
- policies
List<Get
Api Token Policy> - List of access policies assigned to the token.
- status String
- Status of the token. Available values: "active", "disabled", "expired".
- filter
Get
Api Token Filter - token
Id String - Token identifier tag.
- condition
Get
Api Token Condition - expires
On string - The expiration time on or after which the JWT MUST NOT be accepted for processing.
- id string
- Token identifier tag.
- issued
On string - The time on which the token was created.
- last
Used stringOn - Last time the token was used.
- modified
On string - Last time the token was modified.
- name string
- Token name.
- not
Before string - The time before which the token MUST NOT be accepted for processing.
- policies
Get
Api Token Policy[] - List of access policies assigned to the token.
- status string
- Status of the token. Available values: "active", "disabled", "expired".
- filter
Get
Api Token Filter - token
Id string - Token identifier tag.
- condition
Get
Api Token Condition - expires_
on str - The expiration time on or after which the JWT MUST NOT be accepted for processing.
- id str
- Token identifier tag.
- issued_
on str - The time on which the token was created.
- last_
used_ stron - Last time the token was used.
- modified_
on str - Last time the token was modified.
- name str
- Token name.
- not_
before str - The time before which the token MUST NOT be accepted for processing.
- policies
Sequence[Get
Api Token Policy] - List of access policies assigned to the token.
- status str
- Status of the token. Available values: "active", "disabled", "expired".
- filter
Get
Api Token Filter - token_
id str - Token identifier tag.
- condition Property Map
- expires
On String - The expiration time on or after which the JWT MUST NOT be accepted for processing.
- id String
- Token identifier tag.
- issued
On String - The time on which the token was created.
- last
Used StringOn - Last time the token was used.
- modified
On String - Last time the token was modified.
- name String
- Token name.
- not
Before String - The time before which the token MUST NOT be accepted for processing.
- policies List<Property Map>
- List of access policies assigned to the token.
- status String
- Status of the token. Available values: "active", "disabled", "expired".
- filter Property Map
- token
Id String - Token identifier tag.
Supporting Types
GetApiTokenCondition
- Request
Ip GetApi Token Condition Request Ip - Client IP restrictions.
- Request
Ip GetApi Token Condition Request Ip - Client IP restrictions.
- request
Ip GetApi Token Condition Request Ip - Client IP restrictions.
- request
Ip GetApi Token Condition Request Ip - Client IP restrictions.
- request_
ip GetApi Token Condition Request Ip - Client IP restrictions.
- request
Ip Property Map - Client IP restrictions.
GetApiTokenConditionRequestIp
GetApiTokenFilter
- Direction string
- Direction to order results. Available values: "asc", "desc".
- Direction string
- Direction to order results. Available values: "asc", "desc".
- direction String
- Direction to order results. Available values: "asc", "desc".
- direction string
- Direction to order results. Available values: "asc", "desc".
- direction str
- Direction to order results. Available values: "asc", "desc".
- direction String
- Direction to order results. Available values: "asc", "desc".
GetApiTokenPolicy
- Effect string
- Allow or deny operations against the resources. Available values: "allow", "deny".
- Id string
- Policy identifier.
- Permission
Groups List<GetApi Token Policy Permission Group> - A set of permission groups that are specified to the policy.
- Resources Dictionary<string, string>
- A list of resource names that the policy applies to.
- Effect string
- Allow or deny operations against the resources. Available values: "allow", "deny".
- Id string
- Policy identifier.
- Permission
Groups []GetApi Token Policy Permission Group - A set of permission groups that are specified to the policy.
- Resources map[string]string
- A list of resource names that the policy applies to.
- effect String
- Allow or deny operations against the resources. Available values: "allow", "deny".
- id String
- Policy identifier.
- permission
Groups List<GetApi Token Policy Permission Group> - A set of permission groups that are specified to the policy.
- resources Map<String,String>
- A list of resource names that the policy applies to.
- effect string
- Allow or deny operations against the resources. Available values: "allow", "deny".
- id string
- Policy identifier.
- permission
Groups GetApi Token Policy Permission Group[] - A set of permission groups that are specified to the policy.
- resources {[key: string]: string}
- A list of resource names that the policy applies to.
- effect str
- Allow or deny operations against the resources. Available values: "allow", "deny".
- id str
- Policy identifier.
- permission_
groups Sequence[GetApi Token Policy Permission Group] - A set of permission groups that are specified to the policy.
- resources Mapping[str, str]
- A list of resource names that the policy applies to.
- effect String
- Allow or deny operations against the resources. Available values: "allow", "deny".
- id String
- Policy identifier.
- permission
Groups List<Property Map> - A set of permission groups that are specified to the policy.
- resources Map<String>
- A list of resource names that the policy applies to.
GetApiTokenPolicyPermissionGroup
- Id string
- Identifier of the permission group.
- Meta
Get
Api Token Policy Permission Group Meta - Attributes associated to the permission group.
- Name string
- Name of the permission group.
- Id string
- Identifier of the permission group.
- Meta
Get
Api Token Policy Permission Group Meta - Attributes associated to the permission group.
- Name string
- Name of the permission group.
- id String
- Identifier of the permission group.
- meta
Get
Api Token Policy Permission Group Meta - Attributes associated to the permission group.
- name String
- Name of the permission group.
- id string
- Identifier of the permission group.
- meta
Get
Api Token Policy Permission Group Meta - Attributes associated to the permission group.
- name string
- Name of the permission group.
- id str
- Identifier of the permission group.
- meta
Get
Api Token Policy Permission Group Meta - Attributes associated to the permission group.
- name str
- Name of the permission group.
- id String
- Identifier of the permission group.
- meta Property Map
- Attributes associated to the permission group.
- name String
- Name of the permission group.
GetApiTokenPolicyPermissionGroupMeta
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudflareTerraform Provider.
Viewing docs for Cloudflare v6.13.0
published on Wednesday, Jan 21, 2026 by Pulumi
published on Wednesday, Jan 21, 2026 by Pulumi
