datasource_keys

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func KeysDataSourceSchema

func KeysDataSourceSchema(ctx context.Context) schema.Schema

Types

type KeysModel

type KeysModel struct {
	AppId types.String `tfsdk:"app_id"`
	Keys  types.Set    `tfsdk:"keys"`
}

type KeysType

type KeysType struct {
	basetypes.ObjectType
}

func (KeysType) Equal

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

func (KeysType) String

func (t KeysType) String() string

func (KeysType) ValueFromObject

func (KeysType) ValueFromTerraform

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

func (KeysType) ValueType

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

type KeysValue

type KeysValue struct {
	AppId           basetypes.StringValue `tfsdk:"app_id"`
	Capability      basetypes.MapValue    `tfsdk:"capability"`
	Created         basetypes.Int64Value  `tfsdk:"created"`
	Id              basetypes.StringValue `tfsdk:"id"`
	Key             basetypes.StringValue `tfsdk:"key"`
	Modified        basetypes.Int64Value  `tfsdk:"modified"`
	Name            basetypes.StringValue `tfsdk:"name"`
	RevocableTokens basetypes.BoolValue   `tfsdk:"revocable_tokens"`
	Status          basetypes.Int64Value  `tfsdk:"status"`
	// contains filtered or unexported fields
}

func NewKeysValue

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

func NewKeysValueMust

func NewKeysValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) KeysValue

func NewKeysValueNull

func NewKeysValueNull() KeysValue

func NewKeysValueUnknown

func NewKeysValueUnknown() KeysValue

func (KeysValue) AttributeTypes

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

func (KeysValue) Equal

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

func (KeysValue) IsNull

func (v KeysValue) IsNull() bool

func (KeysValue) IsUnknown

func (v KeysValue) IsUnknown() bool

func (KeysValue) String

func (v KeysValue) String() string

func (KeysValue) ToObjectValue

func (v KeysValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)

func (KeysValue) ToTerraformValue

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

func (KeysValue) Type

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

Jump to

Keyboard shortcuts

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