Documentation ¶
Index ¶
- func OrgNacrulesDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l []models.NacRule) (basetypes.SetValue, diag.Diagnostics)
- type OrgNacrulesModel
- type OrgNacrulesType
- func (t OrgNacrulesType) Equal(o attr.Type) bool
- func (t OrgNacrulesType) String() string
- func (t OrgNacrulesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgNacrulesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgNacrulesType) ValueType(ctx context.Context) attr.Value
- type OrgNacrulesValue
- func NewOrgNacrulesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgNacrulesValue, diag.Diagnostics)
- func NewOrgNacrulesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgNacrulesValue
- func NewOrgNacrulesValueNull() OrgNacrulesValue
- func NewOrgNacrulesValueUnknown() OrgNacrulesValue
- func (v OrgNacrulesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgNacrulesValue) Equal(o attr.Value) bool
- func (v OrgNacrulesValue) IsNull() bool
- func (v OrgNacrulesValue) IsUnknown() bool
- func (v OrgNacrulesValue) String() string
- func (v OrgNacrulesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgNacrulesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgNacrulesValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
Types ¶
type OrgNacrulesModel ¶
type OrgNacrulesType ¶
type OrgNacrulesType struct {
basetypes.ObjectType
}
func (OrgNacrulesType) String ¶
func (t OrgNacrulesType) String() string
func (OrgNacrulesType) ValueFromObject ¶
func (t OrgNacrulesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgNacrulesType) ValueFromTerraform ¶
type OrgNacrulesValue ¶
type OrgNacrulesValue 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"` // contains filtered or unexported fields }
func NewOrgNacrulesValue ¶
func NewOrgNacrulesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgNacrulesValue, diag.Diagnostics)
func NewOrgNacrulesValueMust ¶
func NewOrgNacrulesValueNull ¶
func NewOrgNacrulesValueNull() OrgNacrulesValue
func NewOrgNacrulesValueUnknown ¶
func NewOrgNacrulesValueUnknown() OrgNacrulesValue
func (OrgNacrulesValue) AttributeTypes ¶
func (OrgNacrulesValue) IsNull ¶
func (v OrgNacrulesValue) IsNull() bool
func (OrgNacrulesValue) IsUnknown ¶
func (v OrgNacrulesValue) IsUnknown() bool
func (OrgNacrulesValue) String ¶
func (v OrgNacrulesValue) String() string
func (OrgNacrulesValue) ToObjectValue ¶
func (v OrgNacrulesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgNacrulesValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.