governancegroup

package
v0.0.0-...-0c40f91 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2023 License: MPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGovernanceGroupDataSource

func NewGovernanceGroupDataSource() datasource.DataSource

func NewGovernanceGroupResource

func NewGovernanceGroupResource() resource.Resource

Types

type BaseReferenceDto1

type BaseReferenceDto1 struct {
	Type types.String `tfsdk:"type"`
	// ID of the object to which this reference applies
	Id types.String `tfsdk:"id"`
	// Human-readable display name of the object to which this reference applies
	Name types.String `tfsdk:"name"`
}

type GovernanceGroupDataSource

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

func (*GovernanceGroupDataSource) ConfigValidators

func (*GovernanceGroupDataSource) Configure

func (*GovernanceGroupDataSource) Metadata

func (*GovernanceGroupDataSource) Read

func (*GovernanceGroupDataSource) Schema

type GovernanceGroupResource

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

func (*GovernanceGroupResource) Configure

func (*GovernanceGroupResource) Create

func (*GovernanceGroupResource) Delete

func (*GovernanceGroupResource) ImportState

func (*GovernanceGroupResource) Metadata

func (*GovernanceGroupResource) Read

func (*GovernanceGroupResource) Schema

func (*GovernanceGroupResource) Update

type WorkgroupDto

type WorkgroupDto struct {
	// ID of the object to which this reference applies
	Id types.String `tfsdk:"id"`
	// Name of the Governance Group
	Name types.String `tfsdk:"name"`
	// Description of the Governance Group
	Description types.String `tfsdk:"description"`
	// Number of members in the Governance Group.
	MemberCount types.Int64 `tfsdk:"member_count"`
	// Number of connections in the Governance Group.
	ConnectionCount types.Int64 `tfsdk:"connection_count"`
	// AdditionalProperties map[string]interface{}
	Owner      types.Object `tfsdk:"owner"`
	Membership types.Set    `tfsdk:"membership"`
}

WorkgroupDto struct for WorkgroupDto

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL