Documentation ¶
Index ¶
- type Args
- type Resource
- func (vaabr *Resource) Attributes() vaultAzureAuthBackendRoleAttributes
- func (vaabr *Resource) Configuration() interface{}
- func (vaabr *Resource) DependOn() terra.Reference
- func (vaabr *Resource) Dependencies() terra.Dependencies
- func (vaabr *Resource) ImportState(state io.Reader) error
- func (vaabr *Resource) LifecycleManagement() *terra.Lifecycle
- func (vaabr *Resource) LocalName() string
- func (vaabr *Resource) State() (*vaultAzureAuthBackendRoleState, bool)
- func (vaabr *Resource) StateMust() *vaultAzureAuthBackendRoleState
- func (vaabr *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Backend: string, optional Backend terra.StringValue `hcl:"backend,attr"` // BoundGroupIds: list of string, optional BoundGroupIds terra.ListValue[terra.StringValue] `hcl:"bound_group_ids,attr"` // BoundLocations: list of string, optional BoundLocations terra.ListValue[terra.StringValue] `hcl:"bound_locations,attr"` // BoundResourceGroups: list of string, optional BoundResourceGroups terra.ListValue[terra.StringValue] `hcl:"bound_resource_groups,attr"` // BoundScaleSets: list of string, optional BoundScaleSets terra.ListValue[terra.StringValue] `hcl:"bound_scale_sets,attr"` // BoundServicePrincipalIds: list of string, optional BoundServicePrincipalIds terra.ListValue[terra.StringValue] `hcl:"bound_service_principal_ids,attr"` // BoundSubscriptionIds: list of string, optional BoundSubscriptionIds terra.ListValue[terra.StringValue] `hcl:"bound_subscription_ids,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Namespace: string, optional Namespace terra.StringValue `hcl:"namespace,attr"` // Role: string, required Role terra.StringValue `hcl:"role,attr" validate:"required"` // TokenBoundCidrs: set of string, optional TokenBoundCidrs terra.SetValue[terra.StringValue] `hcl:"token_bound_cidrs,attr"` // TokenExplicitMaxTtl: number, optional TokenExplicitMaxTtl terra.NumberValue `hcl:"token_explicit_max_ttl,attr"` // TokenMaxTtl: number, optional TokenMaxTtl terra.NumberValue `hcl:"token_max_ttl,attr"` // TokenNoDefaultPolicy: bool, optional TokenNoDefaultPolicy terra.BoolValue `hcl:"token_no_default_policy,attr"` // TokenNumUses: number, optional TokenNumUses terra.NumberValue `hcl:"token_num_uses,attr"` // TokenPeriod: number, optional TokenPeriod terra.NumberValue `hcl:"token_period,attr"` // TokenPolicies: set of string, optional TokenPolicies terra.SetValue[terra.StringValue] `hcl:"token_policies,attr"` // TokenTtl: number, optional TokenTtl terra.NumberValue `hcl:"token_ttl,attr"` // TokenType: string, optional TokenType terra.StringValue `hcl:"token_type,attr"` }
Args contains the configurations for vault_azure_auth_backend_role.
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource vault_azure_auth_backend_role.
func (*Resource) Attributes ¶
func (vaabr *Resource) Attributes() vaultAzureAuthBackendRoleAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (vaabr *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (vaabr *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
Click to show internal directories.
Click to hide internal directories.