datasource_org_psks

package
v0.1.36 Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OrgPsksDataSourceSchema

func OrgPsksDataSourceSchema(ctx context.Context) schema.Schema

func SdkToTerraform

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

Types

type OrgPsksModel

type OrgPsksModel struct {
	Limit   types.Int64  `tfsdk:"limit"`
	Name    types.String `tfsdk:"name"`
	OrgId   types.String `tfsdk:"org_id"`
	OrgPsks types.Set    `tfsdk:"org_psks"`
	Page    types.Int64  `tfsdk:"page"`
	Role    types.String `tfsdk:"role"`
	Ssid    types.String `tfsdk:"ssid"`
}

type OrgPsksType

type OrgPsksType struct {
	basetypes.ObjectType
}

func (OrgPsksType) Equal

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

func (OrgPsksType) String

func (t OrgPsksType) String() string

func (OrgPsksType) ValueFromObject

func (OrgPsksType) ValueFromTerraform

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

func (OrgPsksType) ValueType

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

type OrgPsksValue

type OrgPsksValue struct {
	AdminSsoId             basetypes.StringValue `tfsdk:"admin_sso_id"`
	CreatedTime            basetypes.NumberValue `tfsdk:"created_time"`
	Email                  basetypes.StringValue `tfsdk:"email"`
	ExpireTime             basetypes.Int64Value  `tfsdk:"expire_time"`
	ExpiryNotificationTime basetypes.Int64Value  `tfsdk:"expiry_notification_time"`
	Id                     basetypes.StringValue `tfsdk:"id"`
	Mac                    basetypes.StringValue `tfsdk:"mac"`
	Macs                   basetypes.ListValue   `tfsdk:"macs"`
	MaxUsage               basetypes.Int64Value  `tfsdk:"max_usage"`
	ModifiedTime           basetypes.NumberValue `tfsdk:"modified_time"`
	Name                   basetypes.StringValue `tfsdk:"name"`
	Note                   basetypes.StringValue `tfsdk:"note"`
	NotifyExpiry           basetypes.BoolValue   `tfsdk:"notify_expiry"`
	NotifyOnCreateOrEdit   basetypes.BoolValue   `tfsdk:"notify_on_create_or_edit"`
	OldPassphrase          basetypes.StringValue `tfsdk:"old_passphrase"`
	OrgId                  basetypes.StringValue `tfsdk:"org_id"`
	Passphrase             basetypes.StringValue `tfsdk:"passphrase"`
	Role                   basetypes.StringValue `tfsdk:"role"`
	Ssid                   basetypes.StringValue `tfsdk:"ssid"`
	Usage                  basetypes.StringValue `tfsdk:"usage"`
	VlanId                 basetypes.StringValue `tfsdk:"vlan_id"`
	// contains filtered or unexported fields
}

func NewOrgPsksValue

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

func NewOrgPsksValueMust

func NewOrgPsksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgPsksValue

func NewOrgPsksValueNull

func NewOrgPsksValueNull() OrgPsksValue

func NewOrgPsksValueUnknown

func NewOrgPsksValueUnknown() OrgPsksValue

func (OrgPsksValue) AttributeTypes

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

func (OrgPsksValue) Equal

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

func (OrgPsksValue) IsNull

func (v OrgPsksValue) IsNull() bool

func (OrgPsksValue) IsUnknown

func (v OrgPsksValue) IsUnknown() bool

func (OrgPsksValue) String

func (v OrgPsksValue) String() string

func (OrgPsksValue) ToObjectValue

func (OrgPsksValue) ToTerraformValue

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

func (OrgPsksValue) Type

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

Jump to

Keyboard shortcuts

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