Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFolderDataSource ¶
func NewFolderDataSource() datasource.DataSource
NewFolderDataSource is a helper function to simplify the provider implementation.
func NewFolderResource ¶
NewFolderResource is a helper function to simplify the provider implementation.
Types ¶
type Model ¶
type Model struct { Id types.String `tfsdk:"id"` // needed by TF FolderId types.String `tfsdk:"folder_id"` ContainerId types.String `tfsdk:"container_id"` ContainerParentId types.String `tfsdk:"parent_container_id"` Name types.String `tfsdk:"name"` Labels types.Map `tfsdk:"labels"` CreationTime types.String `tfsdk:"creation_time"` UpdateTime types.String `tfsdk:"update_time"` }
type ResourceModel ¶
Click to show internal directories.
Click to hide internal directories.