datasource_managed_accounts

package
v0.1.39 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ManagedAccountsDataSourceSchema

func ManagedAccountsDataSourceSchema(ctx context.Context) schema.Schema

Types

type ManagedAccountsModel

type ManagedAccountsModel struct {
	ManagedAccounts types.List `tfsdk:"managed_accounts"`
}

type ManagedAccountsType

type ManagedAccountsType struct {
	basetypes.ObjectType
}

func (ManagedAccountsType) Equal

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

func (ManagedAccountsType) String

func (t ManagedAccountsType) String() string

func (ManagedAccountsType) ValueFromObject

func (ManagedAccountsType) ValueFromTerraform

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

func (ManagedAccountsType) ValueType

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

type ManagedAccountsValue

type ManagedAccountsValue struct {
	AccessCredentialTokens basetypes.ListValue   `tfsdk:"access_credential_tokens"`
	BillingRuleTokens      basetypes.ListValue   `tfsdk:"billing_rule_tokens"`
	ContactEmail           basetypes.StringValue `tfsdk:"contact_email"`
	Name                   basetypes.StringValue `tfsdk:"name"`
	ParentAccountToken     basetypes.StringValue `tfsdk:"parent_account_token"`
	Token                  basetypes.StringValue `tfsdk:"token"`
	// contains filtered or unexported fields
}

func NewManagedAccountsValue

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

func NewManagedAccountsValueMust

func NewManagedAccountsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ManagedAccountsValue

func NewManagedAccountsValueNull

func NewManagedAccountsValueNull() ManagedAccountsValue

func NewManagedAccountsValueUnknown

func NewManagedAccountsValueUnknown() ManagedAccountsValue

func (ManagedAccountsValue) AttributeTypes

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

func (ManagedAccountsValue) Equal

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

func (ManagedAccountsValue) IsNull

func (v ManagedAccountsValue) IsNull() bool

func (ManagedAccountsValue) IsUnknown

func (v ManagedAccountsValue) IsUnknown() bool

func (ManagedAccountsValue) String

func (v ManagedAccountsValue) String() string

func (ManagedAccountsValue) ToObjectValue

func (ManagedAccountsValue) ToTerraformValue

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

func (ManagedAccountsValue) Type

Jump to

Keyboard shortcuts

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