datasource_org_sitegroups

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2024 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OrgSitegroupsDataSourceSchema

func OrgSitegroupsDataSourceSchema(ctx context.Context) schema.Schema

Types

type OrgSitegroupsModel

type OrgSitegroupsModel struct {
	OrgId         types.String `tfsdk:"org_id"`
	OrgSitegroups types.Set    `tfsdk:"org_sitegroups"`
}

type OrgSitegroupsType

type OrgSitegroupsType struct {
	basetypes.ObjectType
}

func (OrgSitegroupsType) Equal

func (t OrgSitegroupsType) Equal(o attr.Type) bool

func (OrgSitegroupsType) String

func (t OrgSitegroupsType) String() string

func (OrgSitegroupsType) ValueFromObject

func (OrgSitegroupsType) ValueFromTerraform

func (t OrgSitegroupsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (OrgSitegroupsType) ValueType

func (t OrgSitegroupsType) ValueType(ctx context.Context) attr.Value

type OrgSitegroupsValue

type OrgSitegroupsValue struct {
	CreatedTime  basetypes.NumberValue `tfsdk:"created_time"`
	Id           basetypes.StringValue `tfsdk:"id"`
	ModifiedTime basetypes.NumberValue `tfsdk:"modified_time"`
	Name         basetypes.StringValue `tfsdk:"name"`
	OrgId        basetypes.StringValue `tfsdk:"org_id"`
	SiteIds      basetypes.ListValue   `tfsdk:"site_ids"`
	// contains filtered or unexported fields
}

func NewOrgSitegroupsValue

func NewOrgSitegroupsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgSitegroupsValue, diag.Diagnostics)

func NewOrgSitegroupsValueMust

func NewOrgSitegroupsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgSitegroupsValue

func NewOrgSitegroupsValueNull

func NewOrgSitegroupsValueNull() OrgSitegroupsValue

func NewOrgSitegroupsValueUnknown

func NewOrgSitegroupsValueUnknown() OrgSitegroupsValue

func (OrgSitegroupsValue) AttributeTypes

func (v OrgSitegroupsValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (OrgSitegroupsValue) Equal

func (v OrgSitegroupsValue) Equal(o attr.Value) bool

func (OrgSitegroupsValue) IsNull

func (v OrgSitegroupsValue) IsNull() bool

func (OrgSitegroupsValue) IsUnknown

func (v OrgSitegroupsValue) IsUnknown() bool

func (OrgSitegroupsValue) String

func (v OrgSitegroupsValue) String() string

func (OrgSitegroupsValue) ToObjectValue

func (OrgSitegroupsValue) ToTerraformValue

func (v OrgSitegroupsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (OrgSitegroupsValue) Type

Jump to

Keyboard shortcuts

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