1. Packages
  2. Cloudflare
  3. API Docs
  4. AccessServiceToken
Cloudflare v5.23.0 published on Monday, Mar 25, 2024 by Pulumi

cloudflare.AccessServiceToken

Explore with Pulumi AI

cloudflare logo
Cloudflare v5.23.0 published on Monday, Mar 25, 2024 by Pulumi

    Access Service Tokens are used for service-to-service communication when an application is behind Cloudflare Access.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as cloudflare from "@pulumi/cloudflare";
    
    // Generate a service token that will renew if terraform is ran within 30 days of expiration
    const myApp = new cloudflare.AccessServiceToken("myApp", {
        accountId: "f037e56e89293a057740de681ac9abbe",
        minDaysForRenewal: 30,
        name: "CI/CD app renewed",
    });
    
    import pulumi
    import pulumi_cloudflare as cloudflare
    
    # Generate a service token that will renew if terraform is ran within 30 days of expiration
    my_app = cloudflare.AccessServiceToken("myApp",
        account_id="f037e56e89293a057740de681ac9abbe",
        min_days_for_renewal=30,
        name="CI/CD app renewed")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-cloudflare/sdk/v5/go/cloudflare"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		// Generate a service token that will renew if terraform is ran within 30 days of expiration
    		_, err := cloudflare.NewAccessServiceToken(ctx, "myApp", &cloudflare.AccessServiceTokenArgs{
    			AccountId:         pulumi.String("f037e56e89293a057740de681ac9abbe"),
    			MinDaysForRenewal: pulumi.Int(30),
    			Name:              pulumi.String("CI/CD app renewed"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Cloudflare = Pulumi.Cloudflare;
    
    return await Deployment.RunAsync(() => 
    {
        // Generate a service token that will renew if terraform is ran within 30 days of expiration
        var myApp = new Cloudflare.AccessServiceToken("myApp", new()
        {
            AccountId = "f037e56e89293a057740de681ac9abbe",
            MinDaysForRenewal = 30,
            Name = "CI/CD app renewed",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.cloudflare.AccessServiceToken;
    import com.pulumi.cloudflare.AccessServiceTokenArgs;
    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) {
            var myApp = new AccessServiceToken("myApp", AccessServiceTokenArgs.builder()        
                .accountId("f037e56e89293a057740de681ac9abbe")
                .minDaysForRenewal(30)
                .name("CI/CD app renewed")
                .build());
    
        }
    }
    
    resources:
      # Generate a service token that will renew if terraform is ran within 30 days of expiration
      myApp:
        type: cloudflare:AccessServiceToken
        properties:
          accountId: f037e56e89293a057740de681ac9abbe
          minDaysForRenewal: 30
          name: CI/CD app renewed
    

    Create AccessServiceToken Resource

    new AccessServiceToken(name: string, args: AccessServiceTokenArgs, opts?: CustomResourceOptions);
    @overload
    def AccessServiceToken(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           account_id: Optional[str] = None,
                           duration: Optional[str] = None,
                           min_days_for_renewal: Optional[int] = None,
                           name: Optional[str] = None,
                           zone_id: Optional[str] = None)
    @overload
    def AccessServiceToken(resource_name: str,
                           args: AccessServiceTokenArgs,
                           opts: Optional[ResourceOptions] = None)
    func NewAccessServiceToken(ctx *Context, name string, args AccessServiceTokenArgs, opts ...ResourceOption) (*AccessServiceToken, error)
    public AccessServiceToken(string name, AccessServiceTokenArgs args, CustomResourceOptions? opts = null)
    public AccessServiceToken(String name, AccessServiceTokenArgs args)
    public AccessServiceToken(String name, AccessServiceTokenArgs args, CustomResourceOptions options)
    
    type: cloudflare:AccessServiceToken
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args AccessServiceTokenArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AccessServiceTokenArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AccessServiceTokenArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AccessServiceTokenArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AccessServiceTokenArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    AccessServiceToken Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The AccessServiceToken resource accepts the following input properties:

    Name string
    Friendly name of the token's intent.
    AccountId string
    The account identifier to target for the resource. Conflicts with zone_id.
    Duration string
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    MinDaysForRenewal int
    Refresh the token if terraform is run within the specified amount of days before expiration.
    ZoneId string
    The zone identifier to target for the resource. Conflicts with account_id.
    Name string
    Friendly name of the token's intent.
    AccountId string
    The account identifier to target for the resource. Conflicts with zone_id.
    Duration string
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    MinDaysForRenewal int
    Refresh the token if terraform is run within the specified amount of days before expiration.
    ZoneId string
    The zone identifier to target for the resource. Conflicts with account_id.
    name String
    Friendly name of the token's intent.
    accountId String
    The account identifier to target for the resource. Conflicts with zone_id.
    duration String
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    minDaysForRenewal Integer
    Refresh the token if terraform is run within the specified amount of days before expiration.
    zoneId String
    The zone identifier to target for the resource. Conflicts with account_id.
    name string
    Friendly name of the token's intent.
    accountId string
    The account identifier to target for the resource. Conflicts with zone_id.
    duration string
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    minDaysForRenewal number
    Refresh the token if terraform is run within the specified amount of days before expiration.
    zoneId string
    The zone identifier to target for the resource. Conflicts with account_id.
    name str
    Friendly name of the token's intent.
    account_id str
    The account identifier to target for the resource. Conflicts with zone_id.
    duration str
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    min_days_for_renewal int
    Refresh the token if terraform is run within the specified amount of days before expiration.
    zone_id str
    The zone identifier to target for the resource. Conflicts with account_id.
    name String
    Friendly name of the token's intent.
    accountId String
    The account identifier to target for the resource. Conflicts with zone_id.
    duration String
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    minDaysForRenewal Number
    Refresh the token if terraform is run within the specified amount of days before expiration.
    zoneId String
    The zone identifier to target for the resource. Conflicts with account_id.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AccessServiceToken resource produces the following output properties:

    ClientId string
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    ClientSecret string
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    ExpiresAt string
    Date when the token expires.
    Id string
    The provider-assigned unique ID for this managed resource.
    ClientId string
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    ClientSecret string
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    ExpiresAt string
    Date when the token expires.
    Id string
    The provider-assigned unique ID for this managed resource.
    clientId String
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    clientSecret String
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    expiresAt String
    Date when the token expires.
    id String
    The provider-assigned unique ID for this managed resource.
    clientId string
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    clientSecret string
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    expiresAt string
    Date when the token expires.
    id string
    The provider-assigned unique ID for this managed resource.
    client_id str
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    client_secret str
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    expires_at str
    Date when the token expires.
    id str
    The provider-assigned unique ID for this managed resource.
    clientId String
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    clientSecret String
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    expiresAt String
    Date when the token expires.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing AccessServiceToken Resource

    Get an existing AccessServiceToken resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AccessServiceTokenState, opts?: CustomResourceOptions): AccessServiceToken
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            client_id: Optional[str] = None,
            client_secret: Optional[str] = None,
            duration: Optional[str] = None,
            expires_at: Optional[str] = None,
            min_days_for_renewal: Optional[int] = None,
            name: Optional[str] = None,
            zone_id: Optional[str] = None) -> AccessServiceToken
    func GetAccessServiceToken(ctx *Context, name string, id IDInput, state *AccessServiceTokenState, opts ...ResourceOption) (*AccessServiceToken, error)
    public static AccessServiceToken Get(string name, Input<string> id, AccessServiceTokenState? state, CustomResourceOptions? opts = null)
    public static AccessServiceToken get(String name, Output<String> id, AccessServiceTokenState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId string
    The account identifier to target for the resource. Conflicts with zone_id.
    ClientId string
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    ClientSecret string
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    Duration string
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    ExpiresAt string
    Date when the token expires.
    MinDaysForRenewal int
    Refresh the token if terraform is run within the specified amount of days before expiration.
    Name string
    Friendly name of the token's intent.
    ZoneId string
    The zone identifier to target for the resource. Conflicts with account_id.
    AccountId string
    The account identifier to target for the resource. Conflicts with zone_id.
    ClientId string
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    ClientSecret string
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    Duration string
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    ExpiresAt string
    Date when the token expires.
    MinDaysForRenewal int
    Refresh the token if terraform is run within the specified amount of days before expiration.
    Name string
    Friendly name of the token's intent.
    ZoneId string
    The zone identifier to target for the resource. Conflicts with account_id.
    accountId String
    The account identifier to target for the resource. Conflicts with zone_id.
    clientId String
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    clientSecret String
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    duration String
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    expiresAt String
    Date when the token expires.
    minDaysForRenewal Integer
    Refresh the token if terraform is run within the specified amount of days before expiration.
    name String
    Friendly name of the token's intent.
    zoneId String
    The zone identifier to target for the resource. Conflicts with account_id.
    accountId string
    The account identifier to target for the resource. Conflicts with zone_id.
    clientId string
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    clientSecret string
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    duration string
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    expiresAt string
    Date when the token expires.
    minDaysForRenewal number
    Refresh the token if terraform is run within the specified amount of days before expiration.
    name string
    Friendly name of the token's intent.
    zoneId string
    The zone identifier to target for the resource. Conflicts with account_id.
    account_id str
    The account identifier to target for the resource. Conflicts with zone_id.
    client_id str
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    client_secret str
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    duration str
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    expires_at str
    Date when the token expires.
    min_days_for_renewal int
    Refresh the token if terraform is run within the specified amount of days before expiration.
    name str
    Friendly name of the token's intent.
    zone_id str
    The zone identifier to target for the resource. Conflicts with account_id.
    accountId String
    The account identifier to target for the resource. Conflicts with zone_id.
    clientId String
    Client ID associated with the Service Token. Modifying this attribute will force creation of a new resource.
    clientSecret String
    A secret for interacting with Access protocols. Modifying this attribute will force creation of a new resource.
    duration String
    Length of time the service token is valid for. Available values: 8760h, 17520h, 43800h, 87600h, forever.
    expiresAt String
    Date when the token expires.
    minDaysForRenewal Number
    Refresh the token if terraform is run within the specified amount of days before expiration.
    name String
    Friendly name of the token's intent.
    zoneId String
    The zone identifier to target for the resource. Conflicts with account_id.

    Import

    If you are importing an Access Service Token you will not have the

    client_secret available in the state for use. The client_secret is only

    available once, at creation. In most cases, it is better to just create a new

    resource should you need to reference it in other resources.

    $ pulumi import cloudflare:index/accessServiceToken:AccessServiceToken example <account_id>/<service_token_id>
    

    Package Details

    Repository
    Cloudflare pulumi/pulumi-cloudflare
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the cloudflare Terraform Provider.
    cloudflare logo
    Cloudflare v5.23.0 published on Monday, Mar 25, 2024 by Pulumi