Skip to content

Latest commit

 

History

History
1766 lines (1118 loc) · 73 KB

gcpAuthBackendRole.go.md

File metadata and controls

1766 lines (1118 loc) · 73 KB

gcpAuthBackendRole Submodule

Constructs

GcpAuthBackendRole

Represents a {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role vault_gcp_auth_backend_role}.

Initializers

import "github.com/cdktf/cdktf-provider-vault-go/vault/v13/gcpauthbackendrole"

gcpauthbackendrole.NewGcpAuthBackendRole(scope Construct, id *string, config GcpAuthBackendRoleConfig) GcpAuthBackendRole
Name Type Description
scope github.com/aws/constructs-go/constructs/v10.Construct The scope in which to define this construct.
id *string The scoped construct ID.
config GcpAuthBackendRoleConfig No description.

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


idRequired
  • Type: *string

The scoped construct ID.

Must be unique amongst siblings in the same scope


configRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
ResetAddGroupAliases No description.
ResetAllowGceInference No description.
ResetBackend No description.
ResetBoundInstanceGroups No description.
ResetBoundLabels No description.
ResetBoundProjects No description.
ResetBoundRegions No description.
ResetBoundServiceAccounts No description.
ResetBoundZones No description.
ResetId No description.
ResetMaxJwtExp No description.
ResetNamespace No description.
ResetTokenBoundCidrs No description.
ResetTokenExplicitMaxTtl No description.
ResetTokenMaxTtl No description.
ResetTokenNoDefaultPolicy No description.
ResetTokenNumUses No description.
ResetTokenPeriod No description.
ResetTokenPolicies No description.
ResetTokenTtl No description.
ResetTokenType No description.

ToString
func ToString() *string

Returns a string representation of this construct.

AddOverride
func AddOverride(path *string, value interface{})
pathRequired
  • Type: *string

valueRequired
  • Type: interface{}

OverrideLogicalId
func OverrideLogicalId(newLogicalId *string)

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired
  • Type: *string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
func ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
func ToHclTerraform() interface{}
ToMetadata
func ToMetadata() interface{}
ToTerraform
func ToTerraform() interface{}

Adds this resource to the terraform JSON output.

AddMoveTarget
func AddMoveTarget(moveTarget *string)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

moveTargetRequired
  • Type: *string

The string move target that will correspond to this resource.


GetAnyMapAttribute
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
terraformAttributeRequired
  • Type: *string

GetBooleanAttribute
func GetBooleanAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

GetBooleanMapAttribute
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
terraformAttributeRequired
  • Type: *string

GetListAttribute
func GetListAttribute(terraformAttribute *string) *[]*string
terraformAttributeRequired
  • Type: *string

GetNumberAttribute
func GetNumberAttribute(terraformAttribute *string) *f64
terraformAttributeRequired
  • Type: *string

GetNumberListAttribute
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
terraformAttributeRequired
  • Type: *string

GetNumberMapAttribute
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
terraformAttributeRequired
  • Type: *string

GetStringAttribute
func GetStringAttribute(terraformAttribute *string) *string
terraformAttributeRequired
  • Type: *string

GetStringMapAttribute
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
terraformAttributeRequired
  • Type: *string

HasResourceMove
func HasResourceMove() interface{}
ImportFrom
func ImportFrom(id *string, provider TerraformProvider)
idRequired
  • Type: *string

providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

InterpolationForAttribute
func InterpolationForAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

MoveFromId
func MoveFromId(id *string)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

idRequired
  • Type: *string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
func MoveTo(moveTarget *string, index interface{})

Moves this resource to the target resource given by moveTarget.

moveTargetRequired
  • Type: *string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


indexOptional
  • Type: interface{}

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
func MoveToId(id *string)

Moves this resource to the resource corresponding to "id".

idRequired
  • Type: *string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


ResetAddGroupAliases
func ResetAddGroupAliases()
ResetAllowGceInference
func ResetAllowGceInference()
ResetBackend
func ResetBackend()
ResetBoundInstanceGroups
func ResetBoundInstanceGroups()
ResetBoundLabels
func ResetBoundLabels()
ResetBoundProjects
func ResetBoundProjects()
ResetBoundRegions
func ResetBoundRegions()
ResetBoundServiceAccounts
func ResetBoundServiceAccounts()
ResetBoundZones
func ResetBoundZones()
ResetId
func ResetId()
ResetMaxJwtExp
func ResetMaxJwtExp()
ResetNamespace
func ResetNamespace()
ResetTokenBoundCidrs
func ResetTokenBoundCidrs()
ResetTokenExplicitMaxTtl
func ResetTokenExplicitMaxTtl()
ResetTokenMaxTtl
func ResetTokenMaxTtl()
ResetTokenNoDefaultPolicy
func ResetTokenNoDefaultPolicy()
ResetTokenNumUses
func ResetTokenNumUses()
ResetTokenPeriod
func ResetTokenPeriod()
ResetTokenPolicies
func ResetTokenPolicies()
ResetTokenTtl
func ResetTokenTtl()
ResetTokenType
func ResetTokenType()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a GcpAuthBackendRole resource upon running "cdktf plan ".

IsConstruct
import "github.com/cdktf/cdktf-provider-vault-go/vault/v13/gcpauthbackendrole"

gcpauthbackendrole.GcpAuthBackendRole_IsConstruct(x interface{}) *bool

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

xRequired
  • Type: interface{}

Any object.


IsTerraformElement
import "github.com/cdktf/cdktf-provider-vault-go/vault/v13/gcpauthbackendrole"

gcpauthbackendrole.GcpAuthBackendRole_IsTerraformElement(x interface{}) *bool
xRequired
  • Type: interface{}

IsTerraformResource
import "github.com/cdktf/cdktf-provider-vault-go/vault/v13/gcpauthbackendrole"

gcpauthbackendrole.GcpAuthBackendRole_IsTerraformResource(x interface{}) *bool
xRequired
  • Type: interface{}

GenerateConfigForImport
import "github.com/cdktf/cdktf-provider-vault-go/vault/v13/gcpauthbackendrole"

gcpauthbackendrole.GcpAuthBackendRole_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource

Generates CDKTF code for importing a GcpAuthBackendRole resource upon running "cdktf plan ".

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: *string

The construct id used in the generated config for the GcpAuthBackendRole to import.


importFromIdRequired
  • Type: *string

The id of the existing GcpAuthBackendRole that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#import import section} in the documentation of this resource for the id to use


providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

? Optional instance of the provider where the GcpAuthBackendRole to import is found.


Properties

Name Type Description
Node github.com/aws/constructs-go/constructs/v10.Node The tree node.
CdktfStack github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack No description.
Fqn *string No description.
FriendlyUniqueId *string No description.
TerraformMetaArguments *map[string]interface{} No description.
TerraformResourceType *string No description.
TerraformGeneratorMetadata github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata No description.
Connection interface{} No description.
Count interface{} No description.
DependsOn *[]*string No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
Provisioners *[]interface{} No description.
AddGroupAliasesInput interface{} No description.
AllowGceInferenceInput interface{} No description.
BackendInput *string No description.
BoundInstanceGroupsInput *[]*string No description.
BoundLabelsInput *[]*string No description.
BoundProjectsInput *[]*string No description.
BoundRegionsInput *[]*string No description.
BoundServiceAccountsInput *[]*string No description.
BoundZonesInput *[]*string No description.
IdInput *string No description.
MaxJwtExpInput *string No description.
NamespaceInput *string No description.
RoleInput *string No description.
TokenBoundCidrsInput *[]*string No description.
TokenExplicitMaxTtlInput *f64 No description.
TokenMaxTtlInput *f64 No description.
TokenNoDefaultPolicyInput interface{} No description.
TokenNumUsesInput *f64 No description.
TokenPeriodInput *f64 No description.
TokenPoliciesInput *[]*string No description.
TokenTtlInput *f64 No description.
TokenTypeInput *string No description.
TypeInput *string No description.
AddGroupAliases interface{} No description.
AllowGceInference interface{} No description.
Backend *string No description.
BoundInstanceGroups *[]*string No description.
BoundLabels *[]*string No description.
BoundProjects *[]*string No description.
BoundRegions *[]*string No description.
BoundServiceAccounts *[]*string No description.
BoundZones *[]*string No description.
Id *string No description.
MaxJwtExp *string No description.
Namespace *string No description.
Role *string No description.
TokenBoundCidrs *[]*string No description.
TokenExplicitMaxTtl *f64 No description.
TokenMaxTtl *f64 No description.
TokenNoDefaultPolicy interface{} No description.
TokenNumUses *f64 No description.
TokenPeriod *f64 No description.
TokenPolicies *[]*string No description.
TokenTtl *f64 No description.
TokenType *string No description.
Type *string No description.

NodeRequired
func Node() Node
  • Type: github.com/aws/constructs-go/constructs/v10.Node

The tree node.


CdktfStackRequired
func CdktfStack() TerraformStack
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack

FqnRequired
func Fqn() *string
  • Type: *string

FriendlyUniqueIdRequired
func FriendlyUniqueId() *string
  • Type: *string

TerraformMetaArgumentsRequired
func TerraformMetaArguments() *map[string]interface{}
  • Type: *map[string]interface{}

TerraformResourceTypeRequired
func TerraformResourceType() *string
  • Type: *string

TerraformGeneratorMetadataOptional
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
func Connection() interface{}
  • Type: interface{}

CountOptional
func Count() interface{}
  • Type: interface{}

DependsOnOptional
func DependsOn() *[]*string
  • Type: *[]*string

ForEachOptional
func ForEach() ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
func Lifecycle() TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
func Provider() TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
func Provisioners() *[]interface{}
  • Type: *[]interface{}

AddGroupAliasesInputOptional
func AddGroupAliasesInput() interface{}
  • Type: interface{}

AllowGceInferenceInputOptional
func AllowGceInferenceInput() interface{}
  • Type: interface{}

BackendInputOptional
func BackendInput() *string
  • Type: *string

BoundInstanceGroupsInputOptional
func BoundInstanceGroupsInput() *[]*string
  • Type: *[]*string

BoundLabelsInputOptional
func BoundLabelsInput() *[]*string
  • Type: *[]*string

BoundProjectsInputOptional
func BoundProjectsInput() *[]*string
  • Type: *[]*string

BoundRegionsInputOptional
func BoundRegionsInput() *[]*string
  • Type: *[]*string

BoundServiceAccountsInputOptional
func BoundServiceAccountsInput() *[]*string
  • Type: *[]*string

BoundZonesInputOptional
func BoundZonesInput() *[]*string
  • Type: *[]*string

IdInputOptional
func IdInput() *string
  • Type: *string

MaxJwtExpInputOptional
func MaxJwtExpInput() *string
  • Type: *string

NamespaceInputOptional
func NamespaceInput() *string
  • Type: *string

RoleInputOptional
func RoleInput() *string
  • Type: *string

TokenBoundCidrsInputOptional
func TokenBoundCidrsInput() *[]*string
  • Type: *[]*string

TokenExplicitMaxTtlInputOptional
func TokenExplicitMaxTtlInput() *f64
  • Type: *f64

TokenMaxTtlInputOptional
func TokenMaxTtlInput() *f64
  • Type: *f64

TokenNoDefaultPolicyInputOptional
func TokenNoDefaultPolicyInput() interface{}
  • Type: interface{}

TokenNumUsesInputOptional
func TokenNumUsesInput() *f64
  • Type: *f64

TokenPeriodInputOptional
func TokenPeriodInput() *f64
  • Type: *f64

TokenPoliciesInputOptional
func TokenPoliciesInput() *[]*string
  • Type: *[]*string

TokenTtlInputOptional
func TokenTtlInput() *f64
  • Type: *f64

TokenTypeInputOptional
func TokenTypeInput() *string
  • Type: *string

TypeInputOptional
func TypeInput() *string
  • Type: *string

AddGroupAliasesRequired
func AddGroupAliases() interface{}
  • Type: interface{}

AllowGceInferenceRequired
func AllowGceInference() interface{}
  • Type: interface{}

BackendRequired
func Backend() *string
  • Type: *string

BoundInstanceGroupsRequired
func BoundInstanceGroups() *[]*string
  • Type: *[]*string

BoundLabelsRequired
func BoundLabels() *[]*string
  • Type: *[]*string

BoundProjectsRequired
func BoundProjects() *[]*string
  • Type: *[]*string

BoundRegionsRequired
func BoundRegions() *[]*string
  • Type: *[]*string

BoundServiceAccountsRequired
func BoundServiceAccounts() *[]*string
  • Type: *[]*string

BoundZonesRequired
func BoundZones() *[]*string
  • Type: *[]*string

IdRequired
func Id() *string
  • Type: *string

MaxJwtExpRequired
func MaxJwtExp() *string
  • Type: *string

NamespaceRequired
func Namespace() *string
  • Type: *string

RoleRequired
func Role() *string
  • Type: *string

TokenBoundCidrsRequired
func TokenBoundCidrs() *[]*string
  • Type: *[]*string

TokenExplicitMaxTtlRequired
func TokenExplicitMaxTtl() *f64
  • Type: *f64

TokenMaxTtlRequired
func TokenMaxTtl() *f64
  • Type: *f64

TokenNoDefaultPolicyRequired
func TokenNoDefaultPolicy() interface{}
  • Type: interface{}

TokenNumUsesRequired
func TokenNumUses() *f64
  • Type: *f64

TokenPeriodRequired
func TokenPeriod() *f64
  • Type: *f64

TokenPoliciesRequired
func TokenPolicies() *[]*string
  • Type: *[]*string

TokenTtlRequired
func TokenTtl() *f64
  • Type: *f64

TokenTypeRequired
func TokenType() *string
  • Type: *string

TypeRequired
func Type() *string
  • Type: *string

Constants

Name Type Description
TfResourceType *string No description.

TfResourceTypeRequired
func TfResourceType() *string
  • Type: *string

Structs

GcpAuthBackendRoleConfig

Initializer

import "github.com/cdktf/cdktf-provider-vault-go/vault/v13/gcpauthbackendrole"

&gcpauthbackendrole.GcpAuthBackendRoleConfig {
	Connection: interface{},
	Count: interface{},
	DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
	ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
	Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
	Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
	Provisioners: *[]interface{},
	Role: *string,
	Type: *string,
	AddGroupAliases: interface{},
	AllowGceInference: interface{},
	Backend: *string,
	BoundInstanceGroups: *[]*string,
	BoundLabels: *[]*string,
	BoundProjects: *[]*string,
	BoundRegions: *[]*string,
	BoundServiceAccounts: *[]*string,
	BoundZones: *[]*string,
	Id: *string,
	MaxJwtExp: *string,
	Namespace: *string,
	TokenBoundCidrs: *[]*string,
	TokenExplicitMaxTtl: *f64,
	TokenMaxTtl: *f64,
	TokenNoDefaultPolicy: interface{},
	TokenNumUses: *f64,
	TokenPeriod: *f64,
	TokenPolicies: *[]*string,
	TokenTtl: *f64,
	TokenType: *string,
}

Properties

Name Type Description
Connection interface{} No description.
Count interface{} No description.
DependsOn *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
Provisioners *[]interface{} No description.
Role *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#role GcpAuthBackendRole#role}.
Type *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#type GcpAuthBackendRole#type}.
AddGroupAliases interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#add_group_aliases GcpAuthBackendRole#add_group_aliases}.
AllowGceInference interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#allow_gce_inference GcpAuthBackendRole#allow_gce_inference}.
Backend *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#backend GcpAuthBackendRole#backend}.
BoundInstanceGroups *[]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_instance_groups GcpAuthBackendRole#bound_instance_groups}.
BoundLabels *[]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_labels GcpAuthBackendRole#bound_labels}.
BoundProjects *[]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_projects GcpAuthBackendRole#bound_projects}.
BoundRegions *[]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_regions GcpAuthBackendRole#bound_regions}.
BoundServiceAccounts *[]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_service_accounts GcpAuthBackendRole#bound_service_accounts}.
BoundZones *[]*string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_zones GcpAuthBackendRole#bound_zones}.
Id *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#id GcpAuthBackendRole#id}.
MaxJwtExp *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#max_jwt_exp GcpAuthBackendRole#max_jwt_exp}.
Namespace *string Target namespace. (requires Enterprise).
TokenBoundCidrs *[]*string Specifies the blocks of IP addresses which are allowed to use the generated token.
TokenExplicitMaxTtl *f64 Generated Token's Explicit Maximum TTL in seconds.
TokenMaxTtl *f64 The maximum lifetime of the generated token.
TokenNoDefaultPolicy interface{} If true, the 'default' policy will not automatically be added to generated tokens.
TokenNumUses *f64 The maximum number of times a token may be used, a value of zero means unlimited.
TokenPeriod *f64 Generated Token's Period.
TokenPolicies *[]*string Generated Token's Policies.
TokenTtl *f64 The initial ttl of the token to generate in seconds.
TokenType *string The type of token to generate, service or batch.

ConnectionOptional
Connection interface{}
  • Type: interface{}

CountOptional
Count interface{}
  • Type: interface{}

DependsOnOptional
DependsOn *[]ITerraformDependable
  • Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable

ForEachOptional
ForEach ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
Lifecycle TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
Provider TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
Provisioners *[]interface{}
  • Type: *[]interface{}

RoleRequired
Role *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#role GcpAuthBackendRole#role}.


TypeRequired
Type *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#type GcpAuthBackendRole#type}.


AddGroupAliasesOptional
AddGroupAliases interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#add_group_aliases GcpAuthBackendRole#add_group_aliases}.


AllowGceInferenceOptional
AllowGceInference interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#allow_gce_inference GcpAuthBackendRole#allow_gce_inference}.


BackendOptional
Backend *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#backend GcpAuthBackendRole#backend}.


BoundInstanceGroupsOptional
BoundInstanceGroups *[]*string
  • Type: *[]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_instance_groups GcpAuthBackendRole#bound_instance_groups}.


BoundLabelsOptional
BoundLabels *[]*string
  • Type: *[]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_labels GcpAuthBackendRole#bound_labels}.


BoundProjectsOptional
BoundProjects *[]*string
  • Type: *[]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_projects GcpAuthBackendRole#bound_projects}.


BoundRegionsOptional
BoundRegions *[]*string
  • Type: *[]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_regions GcpAuthBackendRole#bound_regions}.


BoundServiceAccountsOptional
BoundServiceAccounts *[]*string
  • Type: *[]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_service_accounts GcpAuthBackendRole#bound_service_accounts}.


BoundZonesOptional
BoundZones *[]*string
  • Type: *[]*string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#bound_zones GcpAuthBackendRole#bound_zones}.


IdOptional
Id *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#id GcpAuthBackendRole#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


MaxJwtExpOptional
MaxJwtExp *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#max_jwt_exp GcpAuthBackendRole#max_jwt_exp}.


NamespaceOptional
Namespace *string
  • Type: *string

Target namespace. (requires Enterprise).

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#namespace GcpAuthBackendRole#namespace}


TokenBoundCidrsOptional
TokenBoundCidrs *[]*string
  • Type: *[]*string

Specifies the blocks of IP addresses which are allowed to use the generated token.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#token_bound_cidrs GcpAuthBackendRole#token_bound_cidrs}


TokenExplicitMaxTtlOptional
TokenExplicitMaxTtl *f64
  • Type: *f64

Generated Token's Explicit Maximum TTL in seconds.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#token_explicit_max_ttl GcpAuthBackendRole#token_explicit_max_ttl}


TokenMaxTtlOptional
TokenMaxTtl *f64
  • Type: *f64

The maximum lifetime of the generated token.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#token_max_ttl GcpAuthBackendRole#token_max_ttl}


TokenNoDefaultPolicyOptional
TokenNoDefaultPolicy interface{}
  • Type: interface{}

If true, the 'default' policy will not automatically be added to generated tokens.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#token_no_default_policy GcpAuthBackendRole#token_no_default_policy}


TokenNumUsesOptional
TokenNumUses *f64
  • Type: *f64

The maximum number of times a token may be used, a value of zero means unlimited.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#token_num_uses GcpAuthBackendRole#token_num_uses}


TokenPeriodOptional
TokenPeriod *f64
  • Type: *f64

Generated Token's Period.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#token_period GcpAuthBackendRole#token_period}


TokenPoliciesOptional
TokenPolicies *[]*string
  • Type: *[]*string

Generated Token's Policies.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#token_policies GcpAuthBackendRole#token_policies}


TokenTtlOptional
TokenTtl *f64
  • Type: *f64

The initial ttl of the token to generate in seconds.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#token_ttl GcpAuthBackendRole#token_ttl}


TokenTypeOptional
TokenType *string
  • Type: *string

The type of token to generate, service or batch.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/vault/4.2.0/docs/resources/gcp_auth_backend_role#token_type GcpAuthBackendRole#token_type}