datakeyvault

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessPolicy

type AccessPolicy struct{}

type AccessPolicyAttributes

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

func (AccessPolicyAttributes) ApplicationId

func (ap AccessPolicyAttributes) ApplicationId() terra.StringValue

func (AccessPolicyAttributes) CertificatePermissions

func (ap AccessPolicyAttributes) CertificatePermissions() terra.ListValue[terra.StringValue]

func (AccessPolicyAttributes) InternalRef

func (ap AccessPolicyAttributes) InternalRef() (terra.Reference, error)

func (AccessPolicyAttributes) InternalTokens

func (ap AccessPolicyAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AccessPolicyAttributes) InternalWithRef

func (AccessPolicyAttributes) KeyPermissions

func (AccessPolicyAttributes) ObjectId

func (AccessPolicyAttributes) SecretPermissions

func (ap AccessPolicyAttributes) SecretPermissions() terra.ListValue[terra.StringValue]

func (AccessPolicyAttributes) StoragePermissions

func (ap AccessPolicyAttributes) StoragePermissions() terra.ListValue[terra.StringValue]

func (AccessPolicyAttributes) TenantId

type AccessPolicyState

type AccessPolicyState struct {
	ApplicationId          string   `json:"application_id"`
	CertificatePermissions []string `json:"certificate_permissions"`
	KeyPermissions         []string `json:"key_permissions"`
	ObjectId               string   `json:"object_id"`
	SecretPermissions      []string `json:"secret_permissions"`
	StoragePermissions     []string `json:"storage_permissions"`
	TenantId               string   `json:"tenant_id"`
}

type NetworkAcls

type NetworkAcls struct{}

type NetworkAclsAttributes

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

func (NetworkAclsAttributes) Bypass

func (NetworkAclsAttributes) DefaultAction

func (na NetworkAclsAttributes) DefaultAction() terra.StringValue

func (NetworkAclsAttributes) InternalRef

func (na NetworkAclsAttributes) InternalRef() (terra.Reference, error)

func (NetworkAclsAttributes) InternalTokens

func (na NetworkAclsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (NetworkAclsAttributes) InternalWithRef

func (NetworkAclsAttributes) IpRules

func (NetworkAclsAttributes) VirtualNetworkSubnetIds

func (na NetworkAclsAttributes) VirtualNetworkSubnetIds() terra.SetValue[terra.StringValue]

type NetworkAclsState

type NetworkAclsState struct {
	Bypass                  string   `json:"bypass"`
	DefaultAction           string   `json:"default_action"`
	IpRules                 []string `json:"ip_rules"`
	VirtualNetworkSubnetIds []string `json:"virtual_network_subnet_ids"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

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