Documentation ¶
Index ¶
- func ConstAppCategoriesDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.ConstAppCategoryDefinition) (basetypes.SetValue, diag.Diagnostics)
- type ConstAppCategoriesModel
- type ConstAppCategoriesType
- func (t ConstAppCategoriesType) Equal(o attr.Type) bool
- func (t ConstAppCategoriesType) String() string
- func (t ConstAppCategoriesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ConstAppCategoriesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ConstAppCategoriesType) ValueType(ctx context.Context) attr.Value
- type ConstAppCategoriesValue
- func NewConstAppCategoriesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConstAppCategoriesValue, diag.Diagnostics)
- func NewConstAppCategoriesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConstAppCategoriesValue
- func NewConstAppCategoriesValueNull() ConstAppCategoriesValue
- func NewConstAppCategoriesValueUnknown() ConstAppCategoriesValue
- func (v ConstAppCategoriesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ConstAppCategoriesValue) Equal(o attr.Value) bool
- func (v ConstAppCategoriesValue) IsNull() bool
- func (v ConstAppCategoriesValue) IsUnknown() bool
- func (v ConstAppCategoriesValue) String() string
- func (v ConstAppCategoriesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ConstAppCategoriesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ConstAppCategoriesValue) Type(ctx context.Context) attr.Type
- type FiltersType
- func (t FiltersType) Equal(o attr.Type) bool
- func (t FiltersType) String() string
- func (t FiltersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t FiltersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t FiltersType) ValueType(ctx context.Context) attr.Value
- type FiltersValue
- func NewFiltersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FiltersValue, diag.Diagnostics)
- func NewFiltersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) FiltersValue
- func NewFiltersValueNull() FiltersValue
- func NewFiltersValueUnknown() FiltersValue
- func (v FiltersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v FiltersValue) Equal(o attr.Value) bool
- func (v FiltersValue) IsNull() bool
- func (v FiltersValue) IsUnknown() bool
- func (v FiltersValue) String() string
- func (v FiltersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v FiltersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v FiltersValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
func SdkToTerraform(ctx context.Context, l []models.ConstAppCategoryDefinition) (basetypes.SetValue, diag.Diagnostics)
Types ¶
type ConstAppCategoriesModel ¶
type ConstAppCategoriesType ¶
type ConstAppCategoriesType struct {
basetypes.ObjectType
}
func (ConstAppCategoriesType) String ¶
func (t ConstAppCategoriesType) String() string
func (ConstAppCategoriesType) ValueFromObject ¶
func (t ConstAppCategoriesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ConstAppCategoriesType) ValueFromTerraform ¶
type ConstAppCategoriesValue ¶
type ConstAppCategoriesValue struct { Display basetypes.StringValue `tfsdk:"display"` Filters basetypes.ObjectValue `tfsdk:"filters"` Includes basetypes.ListValue `tfsdk:"includes"` Key basetypes.StringValue `tfsdk:"key"` // contains filtered or unexported fields }
func NewConstAppCategoriesValue ¶
func NewConstAppCategoriesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConstAppCategoriesValue, diag.Diagnostics)
func NewConstAppCategoriesValueNull ¶
func NewConstAppCategoriesValueNull() ConstAppCategoriesValue
func NewConstAppCategoriesValueUnknown ¶
func NewConstAppCategoriesValueUnknown() ConstAppCategoriesValue
func (ConstAppCategoriesValue) AttributeTypes ¶
func (ConstAppCategoriesValue) IsNull ¶
func (v ConstAppCategoriesValue) IsNull() bool
func (ConstAppCategoriesValue) IsUnknown ¶
func (v ConstAppCategoriesValue) IsUnknown() bool
func (ConstAppCategoriesValue) String ¶
func (v ConstAppCategoriesValue) String() string
func (ConstAppCategoriesValue) ToObjectValue ¶
func (v ConstAppCategoriesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ConstAppCategoriesValue) ToTerraformValue ¶
type FiltersType ¶
type FiltersType struct {
basetypes.ObjectType
}
func (FiltersType) String ¶
func (t FiltersType) String() string
func (FiltersType) ValueFromObject ¶
func (t FiltersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (FiltersType) ValueFromTerraform ¶
type FiltersValue ¶
type FiltersValue struct { Srx basetypes.ListValue `tfsdk:"srx"` Ssr basetypes.ListValue `tfsdk:"ssr"` // contains filtered or unexported fields }
func NewFiltersValue ¶
func NewFiltersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FiltersValue, diag.Diagnostics)
func NewFiltersValueMust ¶
func NewFiltersValueNull ¶
func NewFiltersValueNull() FiltersValue
func NewFiltersValueUnknown ¶
func NewFiltersValueUnknown() FiltersValue
func (FiltersValue) AttributeTypes ¶
func (FiltersValue) IsNull ¶
func (v FiltersValue) IsNull() bool
func (FiltersValue) IsUnknown ¶
func (v FiltersValue) IsUnknown() bool
func (FiltersValue) String ¶
func (v FiltersValue) String() string
func (FiltersValue) ToObjectValue ¶
func (v FiltersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (FiltersValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.