datasource_org_idpprofiles

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OrgIdpprofilesDataSourceSchema

func OrgIdpprofilesDataSourceSchema(ctx context.Context) schema.Schema

func SdkToTerraform

func SdkToTerraform(ctx context.Context, l *[]models.IdpProfile, elements *[]attr.Value) diag.Diagnostics

Types

type MatchingType

type MatchingType struct {
	basetypes.ObjectType
}

func (MatchingType) Equal

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

func (MatchingType) String

func (t MatchingType) String() string

func (MatchingType) ValueFromObject

func (MatchingType) ValueFromTerraform

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

func (MatchingType) ValueType

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

type MatchingValue

type MatchingValue struct {
	AttackName basetypes.ListValue `tfsdk:"attack_name"`
	DstSubnet  basetypes.ListValue `tfsdk:"dst_subnet"`
	Severity   basetypes.ListValue `tfsdk:"severity"`
	// contains filtered or unexported fields
}

func NewMatchingValue

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

func NewMatchingValueMust

func NewMatchingValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MatchingValue

func NewMatchingValueNull

func NewMatchingValueNull() MatchingValue

func NewMatchingValueUnknown

func NewMatchingValueUnknown() MatchingValue

func (MatchingValue) AttributeTypes

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

func (MatchingValue) Equal

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

func (MatchingValue) IsNull

func (v MatchingValue) IsNull() bool

func (MatchingValue) IsUnknown

func (v MatchingValue) IsUnknown() bool

func (MatchingValue) String

func (v MatchingValue) String() string

func (MatchingValue) ToObjectValue

func (MatchingValue) ToTerraformValue

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

func (MatchingValue) Type

func (v MatchingValue) Type(ctx context.Context) attr.Type

type OrgIdpprofilesModel

type OrgIdpprofilesModel struct {
	OrgId          types.String `tfsdk:"org_id"`
	OrgIdpprofiles types.Set    `tfsdk:"org_idpprofiles"`
}

type OrgIdpprofilesType

type OrgIdpprofilesType struct {
	basetypes.ObjectType
}

func (OrgIdpprofilesType) Equal

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

func (OrgIdpprofilesType) String

func (t OrgIdpprofilesType) String() string

func (OrgIdpprofilesType) ValueFromObject

func (OrgIdpprofilesType) ValueFromTerraform

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

func (OrgIdpprofilesType) ValueType

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

type OrgIdpprofilesValue

type OrgIdpprofilesValue struct {
	BaseProfile  basetypes.StringValue `tfsdk:"base_profile"`
	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"`
	Overwrites   basetypes.ListValue   `tfsdk:"overwrites"`
	// contains filtered or unexported fields
}

func NewOrgIdpprofilesValue

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

func NewOrgIdpprofilesValueMust

func NewOrgIdpprofilesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgIdpprofilesValue

func NewOrgIdpprofilesValueNull

func NewOrgIdpprofilesValueNull() OrgIdpprofilesValue

func NewOrgIdpprofilesValueUnknown

func NewOrgIdpprofilesValueUnknown() OrgIdpprofilesValue

func (OrgIdpprofilesValue) AttributeTypes

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

func (OrgIdpprofilesValue) Equal

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

func (OrgIdpprofilesValue) IsNull

func (v OrgIdpprofilesValue) IsNull() bool

func (OrgIdpprofilesValue) IsUnknown

func (v OrgIdpprofilesValue) IsUnknown() bool

func (OrgIdpprofilesValue) String

func (v OrgIdpprofilesValue) String() string

func (OrgIdpprofilesValue) ToObjectValue

func (OrgIdpprofilesValue) ToTerraformValue

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

func (OrgIdpprofilesValue) Type

type OverwritesType

type OverwritesType struct {
	basetypes.ObjectType
}

func (OverwritesType) Equal

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

func (OverwritesType) String

func (t OverwritesType) String() string

func (OverwritesType) ValueFromObject

func (OverwritesType) ValueFromTerraform

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

func (OverwritesType) ValueType

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

type OverwritesValue

type OverwritesValue struct {
	Action   basetypes.StringValue `tfsdk:"action"`
	Matching basetypes.ObjectValue `tfsdk:"matching"`
	Name     basetypes.StringValue `tfsdk:"name"`
	// contains filtered or unexported fields
}

func NewOverwritesValue

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

func NewOverwritesValueMust

func NewOverwritesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OverwritesValue

func NewOverwritesValueNull

func NewOverwritesValueNull() OverwritesValue

func NewOverwritesValueUnknown

func NewOverwritesValueUnknown() OverwritesValue

func (OverwritesValue) AttributeTypes

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

func (OverwritesValue) Equal

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

func (OverwritesValue) IsNull

func (v OverwritesValue) IsNull() bool

func (OverwritesValue) IsUnknown

func (v OverwritesValue) IsUnknown() bool

func (OverwritesValue) String

func (v OverwritesValue) String() string

func (OverwritesValue) ToObjectValue

func (OverwritesValue) ToTerraformValue

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

func (OverwritesValue) Type

func (v OverwritesValue) Type(ctx context.Context) attr.Type

Jump to

Keyboard shortcuts

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