Documentation ¶
Index ¶
- type DataArgs
- type DataItemsAttributes
- func (i DataItemsAttributes) Etag() terra.StringValue
- func (i DataItemsAttributes) InternalRef() (terra.Reference, error)
- func (i DataItemsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i DataItemsAttributes) InternalWithRef(ref terra.Reference) DataItemsAttributes
- func (i DataItemsAttributes) IsOrgUnitScopable() terra.BoolValue
- func (i DataItemsAttributes) PrivilegeName() terra.StringValue
- func (i DataItemsAttributes) ServiceId() terra.StringValue
- func (i DataItemsAttributes) ServiceName() terra.StringValue
- type DataItemsState
- type DataSource
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"` }
DataArgs contains the configurations for googleworkspace_privileges.
type DataItemsAttributes ¶
type DataItemsAttributes struct {
// contains filtered or unexported fields
}
func (DataItemsAttributes) Etag ¶
func (i DataItemsAttributes) Etag() terra.StringValue
func (DataItemsAttributes) InternalRef ¶
func (i DataItemsAttributes) InternalRef() (terra.Reference, error)
func (DataItemsAttributes) InternalTokens ¶
func (i DataItemsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataItemsAttributes) InternalWithRef ¶
func (i DataItemsAttributes) InternalWithRef(ref terra.Reference) DataItemsAttributes
func (DataItemsAttributes) IsOrgUnitScopable ¶
func (i DataItemsAttributes) IsOrgUnitScopable() terra.BoolValue
func (DataItemsAttributes) PrivilegeName ¶
func (i DataItemsAttributes) PrivilegeName() terra.StringValue
func (DataItemsAttributes) ServiceId ¶
func (i DataItemsAttributes) ServiceId() terra.StringValue
func (DataItemsAttributes) ServiceName ¶
func (i DataItemsAttributes) ServiceName() terra.StringValue
type DataItemsState ¶
type DataSource ¶
DataSource represents the Terraform data resource googleworkspace_privileges.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gp *DataSource) Attributes() dataGoogleworkspacePrivilegesAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gp *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gp *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gp *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.