Documentation
¶
Index ¶
- func ManagedAccountsDataSourceSchema(ctx context.Context) schema.Schema
- type ManagedAccountsModel
- type ManagedAccountsType
- func (t ManagedAccountsType) Equal(o attr.Type) bool
- func (t ManagedAccountsType) String() string
- func (t ManagedAccountsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ManagedAccountsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ManagedAccountsType) ValueType(ctx context.Context) attr.Value
- type ManagedAccountsValue
- func NewManagedAccountsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ManagedAccountsValue, diag.Diagnostics)
- func NewManagedAccountsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ManagedAccountsValue
- func NewManagedAccountsValueNull() ManagedAccountsValue
- func NewManagedAccountsValueUnknown() ManagedAccountsValue
- func (v ManagedAccountsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ManagedAccountsValue) Equal(o attr.Value) bool
- func (v ManagedAccountsValue) IsNull() bool
- func (v ManagedAccountsValue) IsUnknown() bool
- func (v ManagedAccountsValue) String() string
- func (v ManagedAccountsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ManagedAccountsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ManagedAccountsValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManagedAccountsModel ¶
type ManagedAccountsType ¶
type ManagedAccountsType struct {
basetypes.ObjectType
}
func (ManagedAccountsType) String ¶
func (t ManagedAccountsType) String() string
func (ManagedAccountsType) ValueFromObject ¶
func (t ManagedAccountsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ManagedAccountsType) ValueFromTerraform ¶
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 NewManagedAccountsValueNull ¶
func NewManagedAccountsValueNull() ManagedAccountsValue
func NewManagedAccountsValueUnknown ¶
func NewManagedAccountsValueUnknown() ManagedAccountsValue
func (ManagedAccountsValue) AttributeTypes ¶
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 (v ManagedAccountsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ManagedAccountsValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.