Show / Hide Table of Contents

Class AccessServiceTokenState

Inheritance
System.Object
InputArgs
ResourceArgs
AccessServiceTokenState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class AccessServiceTokenState : ResourceArgs

Constructors

View Source

AccessServiceTokenState()

Declaration
public AccessServiceTokenState()

Properties

View Source

AccountId

The ID of the account where the Access Service is being created.

Declaration
public Input<string> AccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientId

UUID client ID associated with the Service Token.

Declaration
public Input<string> ClientId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ClientSecret

A secret for interacting with Access protocols.

Declaration
public Input<string> ClientSecret { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Friendly name of the token's intent.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.