Documentation ¶
Index ¶
- type Args
- type Resource
- func (gra *Resource) Attributes() googleworkspaceRoleAssignmentAttributes
- func (gra *Resource) Configuration() interface{}
- func (gra *Resource) DependOn() terra.Reference
- func (gra *Resource) Dependencies() terra.Dependencies
- func (gra *Resource) ImportState(state io.Reader) error
- func (gra *Resource) LifecycleManagement() *terra.Lifecycle
- func (gra *Resource) LocalName() string
- func (gra *Resource) State() (*googleworkspaceRoleAssignmentState, bool)
- func (gra *Resource) StateMust() *googleworkspaceRoleAssignmentState
- func (gra *Resource) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // AssignedTo: string, required AssignedTo terra.StringValue `hcl:"assigned_to,attr" validate:"required"` // OrgUnitId: string, optional OrgUnitId terra.StringValue `hcl:"org_unit_id,attr"` // RoleId: string, required RoleId terra.StringValue `hcl:"role_id,attr" validate:"required"` // ScopeType: string, optional ScopeType terra.StringValue `hcl:"scope_type,attr"` }
Args contains the configurations for googleworkspace_role_assignment.
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 googleworkspace_role_assignment.
func (*Resource) Attributes ¶
func (gra *Resource) Attributes() googleworkspaceRoleAssignmentAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gra *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gra *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.