Documentation ¶
Index ¶
- func OrgPsksDataSourceSchema(ctx context.Context) schema.Schema
- func SdkToTerraform(ctx context.Context, l *[]models.Psk, elements *[]attr.Value) diag.Diagnostics
- type OrgPsksModel
- type OrgPsksType
- func (t OrgPsksType) Equal(o attr.Type) bool
- func (t OrgPsksType) String() string
- func (t OrgPsksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OrgPsksType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OrgPsksType) ValueType(ctx context.Context) attr.Value
- type OrgPsksValue
- func NewOrgPsksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OrgPsksValue, diag.Diagnostics)
- func NewOrgPsksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OrgPsksValue
- func NewOrgPsksValueNull() OrgPsksValue
- func NewOrgPsksValueUnknown() OrgPsksValue
- func (v OrgPsksValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OrgPsksValue) Equal(o attr.Value) bool
- func (v OrgPsksValue) IsNull() bool
- func (v OrgPsksValue) IsUnknown() bool
- func (v OrgPsksValue) String() string
- func (v OrgPsksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OrgPsksValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OrgPsksValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SdkToTerraform ¶
Types ¶
type OrgPsksModel ¶
type OrgPsksType ¶
type OrgPsksType struct {
basetypes.ObjectType
}
func (OrgPsksType) String ¶
func (t OrgPsksType) String() string
func (OrgPsksType) ValueFromObject ¶
func (t OrgPsksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OrgPsksType) ValueFromTerraform ¶
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 NewOrgPsksValueNull ¶
func NewOrgPsksValueNull() OrgPsksValue
func NewOrgPsksValueUnknown ¶
func NewOrgPsksValueUnknown() OrgPsksValue
func (OrgPsksValue) AttributeTypes ¶
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 (v OrgPsksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OrgPsksValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.