google_cloud_identity_groups

package
v0.0.0-...-4deecce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataArgs

type DataArgs struct {
	// Id: string, optional
	Id terra.StringValue `hcl:"id,attr"`
	// Parent: string, required
	Parent terra.StringValue `hcl:"parent,attr" validate:"required"`
}

DataArgs contains the configurations for google_cloud_identity_groups.

type DataGroupsAdditionalGroupKeysAttributes

type DataGroupsAdditionalGroupKeysAttributes struct {
	// contains filtered or unexported fields
}

func (DataGroupsAdditionalGroupKeysAttributes) Id

func (DataGroupsAdditionalGroupKeysAttributes) InternalRef

func (DataGroupsAdditionalGroupKeysAttributes) InternalTokens

func (DataGroupsAdditionalGroupKeysAttributes) InternalWithRef

func (DataGroupsAdditionalGroupKeysAttributes) Namespace

type DataGroupsAdditionalGroupKeysState

type DataGroupsAdditionalGroupKeysState struct {
	Id        string `json:"id"`
	Namespace string `json:"namespace"`
}

type DataGroupsAttributes

type DataGroupsAttributes struct {
	// contains filtered or unexported fields
}

func (DataGroupsAttributes) AdditionalGroupKeys

func (DataGroupsAttributes) CreateTime

func (g DataGroupsAttributes) CreateTime() terra.StringValue

func (DataGroupsAttributes) Description

func (g DataGroupsAttributes) Description() terra.StringValue

func (DataGroupsAttributes) DisplayName

func (g DataGroupsAttributes) DisplayName() terra.StringValue

func (DataGroupsAttributes) GroupKey

func (DataGroupsAttributes) InitialGroupConfig

func (g DataGroupsAttributes) InitialGroupConfig() terra.StringValue

func (DataGroupsAttributes) InternalRef

func (g DataGroupsAttributes) InternalRef() (terra.Reference, error)

func (DataGroupsAttributes) InternalTokens

func (g DataGroupsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataGroupsAttributes) InternalWithRef

func (DataGroupsAttributes) Labels

func (DataGroupsAttributes) Name

func (DataGroupsAttributes) Parent

func (DataGroupsAttributes) UpdateTime

func (g DataGroupsAttributes) UpdateTime() terra.StringValue

type DataGroupsGroupKeyAttributes

type DataGroupsGroupKeyAttributes struct {
	// contains filtered or unexported fields
}

func (DataGroupsGroupKeyAttributes) Id

func (DataGroupsGroupKeyAttributes) InternalRef

func (gk DataGroupsGroupKeyAttributes) InternalRef() (terra.Reference, error)

func (DataGroupsGroupKeyAttributes) InternalTokens

func (gk DataGroupsGroupKeyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataGroupsGroupKeyAttributes) InternalWithRef

func (DataGroupsGroupKeyAttributes) Namespace

type DataGroupsGroupKeyState

type DataGroupsGroupKeyState struct {
	Id        string `json:"id"`
	Namespace string `json:"namespace"`
}

type DataGroupsState

type DataGroupsState struct {
	CreateTime          string                               `json:"create_time"`
	Description         string                               `json:"description"`
	DisplayName         string                               `json:"display_name"`
	InitialGroupConfig  string                               `json:"initial_group_config"`
	Labels              map[string]string                    `json:"labels"`
	Name                string                               `json:"name"`
	Parent              string                               `json:"parent"`
	UpdateTime          string                               `json:"update_time"`
	AdditionalGroupKeys []DataGroupsAdditionalGroupKeysState `json:"additional_group_keys"`
	GroupKey            []DataGroupsGroupKeyState            `json:"group_key"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_cloud_identity_groups.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gcig *DataSource) Attributes() dataGoogleCloudIdentityGroupsAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (gcig *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gcig *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gcig *DataSource) LocalName() string

LocalName returns the local name for DataSource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL