Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
NewResource is a helper function to simplify the provider implementation.
Types ¶
type AssociateRole ¶
type AssociateRole struct { ID types.String `tfsdk:"id"` Key types.String `tfsdk:"key"` Version types.Int64 `tfsdk:"version"` Name types.String `tfsdk:"name"` BuyerAssignable types.Bool `tfsdk:"buyer_assignable"` Permissions []types.String `tfsdk:"permissions"` }
AssociateRole represents the main schema data.
func NewAssociateRoleFromNative ¶
func NewAssociateRoleFromNative(ar *platform.AssociateRole) AssociateRole
Click to show internal directories.
Click to hide internal directories.