Api Token Args
data class ApiTokenArgs(val condition: Output<ApiTokenConditionArgs>? = null, val expiresOn: Output<String>? = null, val name: Output<String>? = null, val notBefore: Output<String>? = null, val policies: Output<List<ApiTokenPolicyArgs>>? = null) : ConvertibleToJava<ApiTokenArgs>
Provides a resource which manages Cloudflare API tokens. Read more about permission groups and their applicable scopes in the developer documentation.
Constructors
Link copied to clipboard
constructor(condition: Output<ApiTokenConditionArgs>? = null, expiresOn: Output<String>? = null, name: Output<String>? = null, notBefore: Output<String>? = null, policies: Output<List<ApiTokenPolicyArgs>>? = null)