Documentation ¶
Index ¶
- type AdditionalGroupKeysAttributes
- func (agk AdditionalGroupKeysAttributes) Id() terra.StringValue
- func (agk AdditionalGroupKeysAttributes) InternalRef() (terra.Reference, error)
- func (agk AdditionalGroupKeysAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (agk AdditionalGroupKeysAttributes) InternalWithRef(ref terra.Reference) AdditionalGroupKeysAttributes
- func (agk AdditionalGroupKeysAttributes) Namespace() terra.StringValue
- type AdditionalGroupKeysState
- type Args
- type GroupKey
- type GroupKeyAttributes
- func (gk GroupKeyAttributes) Id() terra.StringValue
- func (gk GroupKeyAttributes) InternalRef() (terra.Reference, error)
- func (gk GroupKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (gk GroupKeyAttributes) InternalWithRef(ref terra.Reference) GroupKeyAttributes
- func (gk GroupKeyAttributes) Namespace() terra.StringValue
- type GroupKeyState
- type Resource
- func (gcig *Resource) Attributes() googleCloudIdentityGroupAttributes
- func (gcig *Resource) Configuration() interface{}
- func (gcig *Resource) DependOn() terra.Reference
- func (gcig *Resource) Dependencies() terra.Dependencies
- func (gcig *Resource) ImportState(state io.Reader) error
- func (gcig *Resource) LifecycleManagement() *terra.Lifecycle
- func (gcig *Resource) LocalName() string
- func (gcig *Resource) State() (*googleCloudIdentityGroupState, bool)
- func (gcig *Resource) StateMust() *googleCloudIdentityGroupState
- func (gcig *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalGroupKeysAttributes ¶
type AdditionalGroupKeysAttributes struct {
// contains filtered or unexported fields
}
func (AdditionalGroupKeysAttributes) Id ¶
func (agk AdditionalGroupKeysAttributes) Id() terra.StringValue
func (AdditionalGroupKeysAttributes) InternalRef ¶
func (agk AdditionalGroupKeysAttributes) InternalRef() (terra.Reference, error)
func (AdditionalGroupKeysAttributes) InternalTokens ¶
func (agk AdditionalGroupKeysAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AdditionalGroupKeysAttributes) InternalWithRef ¶
func (agk AdditionalGroupKeysAttributes) InternalWithRef(ref terra.Reference) AdditionalGroupKeysAttributes
func (AdditionalGroupKeysAttributes) Namespace ¶
func (agk AdditionalGroupKeysAttributes) Namespace() terra.StringValue
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // InitialGroupConfig: string, optional InitialGroupConfig terra.StringValue `hcl:"initial_group_config,attr"` // Labels: map of string, required Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr" validate:"required"` // Parent: string, required Parent terra.StringValue `hcl:"parent,attr" validate:"required"` // GroupKey: required GroupKey *GroupKey `hcl:"group_key,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_cloud_identity_group.
type GroupKey ¶
type GroupKey struct { // Id: string, required Id terra.StringValue `hcl:"id,attr" validate:"required"` // Namespace: string, optional Namespace terra.StringValue `hcl:"namespace,attr"` }
type GroupKeyAttributes ¶
type GroupKeyAttributes struct {
// contains filtered or unexported fields
}
func (GroupKeyAttributes) Id ¶
func (gk GroupKeyAttributes) Id() terra.StringValue
func (GroupKeyAttributes) InternalRef ¶
func (gk GroupKeyAttributes) InternalRef() (terra.Reference, error)
func (GroupKeyAttributes) InternalTokens ¶
func (gk GroupKeyAttributes) InternalTokens() (hclwrite.Tokens, error)
func (GroupKeyAttributes) InternalWithRef ¶
func (gk GroupKeyAttributes) InternalWithRef(ref terra.Reference) GroupKeyAttributes
func (GroupKeyAttributes) Namespace ¶
func (gk GroupKeyAttributes) Namespace() terra.StringValue
type GroupKeyState ¶
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 google_cloud_identity_group.
func (*Resource) Attributes ¶
func (gcig *Resource) Attributes() googleCloudIdentityGroupAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gcig *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gcig *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.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
Click to show internal directories.
Click to hide internal directories.