datasource_apps

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 AppsDataSourceSchema

func AppsDataSourceSchema(ctx context.Context) schema.Schema

Types

type AppsModel

type AppsModel struct {
	AccountId types.String `tfsdk:"account_id"`
	Apps      types.Set    `tfsdk:"apps"`
}

type AppsType

type AppsType struct {
	basetypes.ObjectType
}

func (AppsType) Equal

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

func (AppsType) String

func (t AppsType) String() string

func (AppsType) ValueFromObject

func (AppsType) ValueFromTerraform

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

func (AppsType) ValueType

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

type AppsValue

type AppsValue struct {
	Links                       basetypes.ObjectValue `tfsdk:"_links"`
	AccountId                   basetypes.StringValue `tfsdk:"account_id"`
	ApnsAuthType                basetypes.StringValue `tfsdk:"apns_auth_type"`
	ApnsCertificateConfigured   basetypes.BoolValue   `tfsdk:"apns_certificate_configured"`
	ApnsIssuerKey               basetypes.StringValue `tfsdk:"apns_issuer_key"`
	ApnsSigningKeyConfigured    basetypes.BoolValue   `tfsdk:"apns_signing_key_configured"`
	ApnsSigningKeyId            basetypes.StringValue `tfsdk:"apns_signing_key_id"`
	ApnsTopicHeader             basetypes.StringValue `tfsdk:"apns_topic_header"`
	ApnsUseSandboxEndpoint      basetypes.BoolValue   `tfsdk:"apns_use_sandbox_endpoint"`
	Created                     basetypes.Int64Value  `tfsdk:"created"`
	FcmProjectId                basetypes.StringValue `tfsdk:"fcm_project_id"`
	FcmServiceAccountConfigured basetypes.BoolValue   `tfsdk:"fcm_service_account_configured"`
	Id                          basetypes.StringValue `tfsdk:"id"`
	Modified                    basetypes.Int64Value  `tfsdk:"modified"`
	Name                        basetypes.StringValue `tfsdk:"name"`
	Status                      basetypes.StringValue `tfsdk:"status"`
	TlsOnly                     basetypes.BoolValue   `tfsdk:"tls_only"`
	// contains filtered or unexported fields
}

func NewAppsValue

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

func NewAppsValueMust

func NewAppsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AppsValue

func NewAppsValueNull

func NewAppsValueNull() AppsValue

func NewAppsValueUnknown

func NewAppsValueUnknown() AppsValue

func (AppsValue) AttributeTypes

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

func (AppsValue) Equal

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

func (AppsValue) IsNull

func (v AppsValue) IsNull() bool

func (AppsValue) IsUnknown

func (v AppsValue) IsUnknown() bool

func (AppsValue) String

func (v AppsValue) String() string

func (AppsValue) ToObjectValue

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

func (AppsValue) ToTerraformValue

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

func (AppsValue) Type

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

type LinksType

type LinksType struct {
	basetypes.ObjectType
}

func (LinksType) Equal

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

func (LinksType) String

func (t LinksType) String() string

func (LinksType) ValueFromObject

func (LinksType) ValueFromTerraform

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

func (LinksType) ValueType

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

type LinksValue

type LinksValue struct {
	// contains filtered or unexported fields
}

func NewLinksValue

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

func NewLinksValueMust

func NewLinksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) LinksValue

func NewLinksValueNull

func NewLinksValueNull() LinksValue

func NewLinksValueUnknown

func NewLinksValueUnknown() LinksValue

func (LinksValue) AttributeTypes

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

func (LinksValue) Equal

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

func (LinksValue) IsNull

func (v LinksValue) IsNull() bool

func (LinksValue) IsUnknown

func (v LinksValue) IsUnknown() bool

func (LinksValue) String

func (v LinksValue) String() string

func (LinksValue) ToObjectValue

func (LinksValue) ToTerraformValue

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

func (LinksValue) Type

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

Jump to

Keyboard shortcuts

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