ApiToken

class ApiToken : KotlinCustomResource

Provides a resource which manages Cloudflare API tokens. Read more about permission groups and their applicable scopes in the developer documentation.

Properties

Link copied to clipboard

Conditions under which the token should be considered valid.

Link copied to clipboard
val expiresOn: Output<String>?

The expiration time on or after which the token MUST NOT be accepted for processing.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val issuedOn: Output<String>

Timestamp of when the token was issued.

Link copied to clipboard
val modifiedOn: Output<String>

Timestamp of when the token was last modified.

Link copied to clipboard
val name: Output<String>

Name of the API Token.

Link copied to clipboard
val notBefore: Output<String>?

The time before which the token MUST NOT be accepted for processing.

Link copied to clipboard

Permissions policy. Multiple policy blocks can be defined.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val value: Output<String>

The value of the API Token.