googleworkspace_chrome_policy_schema

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 DataAdditionalTargetKeyNamesAttributes

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

func (DataAdditionalTargetKeyNamesAttributes) InternalRef

func (DataAdditionalTargetKeyNamesAttributes) InternalTokens

func (DataAdditionalTargetKeyNamesAttributes) InternalWithRef

func (DataAdditionalTargetKeyNamesAttributes) Key

func (DataAdditionalTargetKeyNamesAttributes) KeyDescription

type DataAdditionalTargetKeyNamesState

type DataAdditionalTargetKeyNamesState struct {
	Key            string `json:"key"`
	KeyDescription string `json:"key_description"`
}

type DataArgs

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

DataArgs contains the configurations for googleworkspace_chrome_policy_schema.

type DataDefinitionAttributes

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

func (DataDefinitionAttributes) EnumType

func (DataDefinitionAttributes) InternalRef

func (d DataDefinitionAttributes) InternalRef() (terra.Reference, error)

func (DataDefinitionAttributes) InternalTokens

func (d DataDefinitionAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataDefinitionAttributes) InternalWithRef

func (DataDefinitionAttributes) MessageType

func (d DataDefinitionAttributes) MessageType() terra.StringValue

func (DataDefinitionAttributes) Name

func (DataDefinitionAttributes) Package

func (DataDefinitionAttributes) Syntax

type DataDefinitionEnumTypeAttributes

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

func (DataDefinitionEnumTypeAttributes) InternalRef

func (DataDefinitionEnumTypeAttributes) InternalTokens

func (et DataDefinitionEnumTypeAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataDefinitionEnumTypeAttributes) InternalWithRef

func (DataDefinitionEnumTypeAttributes) Name

func (DataDefinitionEnumTypeAttributes) Value

type DataDefinitionEnumTypeState

type DataDefinitionEnumTypeState struct {
	Name  string                             `json:"name"`
	Value []DataDefinitionEnumTypeValueState `json:"value"`
}

type DataDefinitionEnumTypeValueAttributes

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

func (DataDefinitionEnumTypeValueAttributes) InternalRef

func (DataDefinitionEnumTypeValueAttributes) InternalTokens

func (DataDefinitionEnumTypeValueAttributes) InternalWithRef

func (DataDefinitionEnumTypeValueAttributes) Name

func (DataDefinitionEnumTypeValueAttributes) Number

type DataDefinitionEnumTypeValueState

type DataDefinitionEnumTypeValueState struct {
	Name   string  `json:"name"`
	Number float64 `json:"number"`
}

type DataDefinitionState

type DataDefinitionState struct {
	MessageType string                        `json:"message_type"`
	Name        string                        `json:"name"`
	Package     string                        `json:"package"`
	Syntax      string                        `json:"syntax"`
	EnumType    []DataDefinitionEnumTypeState `json:"enum_type"`
}

type DataNoticesAttributes

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

func (DataNoticesAttributes) AcknowledgementRequired

func (n DataNoticesAttributes) AcknowledgementRequired() terra.BoolValue

func (DataNoticesAttributes) Field

func (DataNoticesAttributes) InternalRef

func (n DataNoticesAttributes) InternalRef() (terra.Reference, error)

func (DataNoticesAttributes) InternalTokens

func (n DataNoticesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataNoticesAttributes) InternalWithRef

func (DataNoticesAttributes) NoticeMessage

func (n DataNoticesAttributes) NoticeMessage() terra.StringValue

func (DataNoticesAttributes) NoticeValue

func (n DataNoticesAttributes) NoticeValue() terra.StringValue

type DataNoticesState

type DataNoticesState struct {
	AcknowledgementRequired bool   `json:"acknowledgement_required"`
	Field                   string `json:"field"`
	NoticeMessage           string `json:"notice_message"`
	NoticeValue             string `json:"notice_value"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource googleworkspace_chrome_policy_schema.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gcps *DataSource) Attributes() dataGoogleworkspaceChromePolicySchemaAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

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

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gcps *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gcps *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