kms

package
v5.5.0 Latest Latest
Warning

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

Go to latest
Published: Nov 29, 2023 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const KMSCryptoKeyAssetType string = "cloudkms.googleapis.com/CryptoKey"
View Source
const KMSCryptoKeyVersionAssetType string = "cloudkms.googleapis.com/CryptoKeyVersion"
View Source
const KMSKeyRingAssetType string = "cloudkms.googleapis.com/KeyRing"
View Source
const KMSKeyRingImportJobAssetType string = "cloudkms.googleapis.com/KeyRingImportJob"

Variables

View Source
var IamKmsCryptoKeySchema = map[string]*schema.Schema{
	"crypto_key_id": {
		Type:     schema.TypeString,
		Required: true,
		ForceNew: true,
	},
}
View Source
var IamKmsKeyRingSchema = map[string]*schema.Schema{
	"key_ring_id": {
		Type:     schema.TypeString,
		Required: true,
		ForceNew: true,
	},
}

Functions

func CryptoIdParseFunc

func CryptoIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error

func GetKMSCryptoKeyApiObject

func GetKMSCryptoKeyApiObject(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (map[string]interface{}, error)

func GetKMSCryptoKeyCaiObject

func GetKMSCryptoKeyCaiObject(d tpgresource.TerraformResourceData, config *transport_tpg.Config) ([]cai.Asset, error)

func GetKMSCryptoKeyVersionApiObject

func GetKMSCryptoKeyVersionApiObject(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (map[string]interface{}, error)

func GetKMSCryptoKeyVersionCaiObject

func GetKMSCryptoKeyVersionCaiObject(d tpgresource.TerraformResourceData, config *transport_tpg.Config) ([]cai.Asset, error)

func GetKMSKeyRingApiObject

func GetKMSKeyRingApiObject(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (map[string]interface{}, error)

func GetKMSKeyRingCaiObject

func GetKMSKeyRingCaiObject(d tpgresource.TerraformResourceData, config *transport_tpg.Config) ([]cai.Asset, error)

func GetKMSKeyRingImportJobApiObject

func GetKMSKeyRingImportJobApiObject(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (map[string]interface{}, error)

func GetKMSKeyRingImportJobCaiObject

func GetKMSKeyRingImportJobCaiObject(d tpgresource.TerraformResourceData, config *transport_tpg.Config) ([]cai.Asset, error)

func KeyRingIdParseFunc

func KeyRingIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error

func ResourceConverterKMSCryptoKey

func ResourceConverterKMSCryptoKey() cai.ResourceConverter

func ResourceConverterKMSCryptoKeyVersion

func ResourceConverterKMSCryptoKeyVersion() cai.ResourceConverter

func ResourceConverterKMSKeyRing

func ResourceConverterKMSKeyRing() cai.ResourceConverter

func ResourceConverterKMSKeyRingImportJob

func ResourceConverterKMSKeyRingImportJob() cai.ResourceConverter

Types

type KmsCryptoKeyIamUpdater

type KmsCryptoKeyIamUpdater struct {
	Config *transport_tpg.Config
	// contains filtered or unexported fields
}

func (*KmsCryptoKeyIamUpdater) DescribeResource

func (u *KmsCryptoKeyIamUpdater) DescribeResource() string

func (*KmsCryptoKeyIamUpdater) GetMutexKey

func (u *KmsCryptoKeyIamUpdater) GetMutexKey() string

func (*KmsCryptoKeyIamUpdater) GetResourceIamPolicy

func (u *KmsCryptoKeyIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)

func (*KmsCryptoKeyIamUpdater) GetResourceId

func (u *KmsCryptoKeyIamUpdater) GetResourceId() string

func (*KmsCryptoKeyIamUpdater) SetResourceIamPolicy

func (u *KmsCryptoKeyIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error

type KmsCryptoKeyId

type KmsCryptoKeyId struct {
	KeyRingId KmsKeyRingId
	Name      string
}

func ParseKmsCryptoKeyId

func ParseKmsCryptoKeyId(id string, config *transport_tpg.Config) (*KmsCryptoKeyId, error)

func (*KmsCryptoKeyId) CryptoKeyId

func (s *KmsCryptoKeyId) CryptoKeyId() string

func (*KmsCryptoKeyId) TerraformId

func (s *KmsCryptoKeyId) TerraformId() string

type KmsKeyRingIamUpdater

type KmsKeyRingIamUpdater struct {
	Config *transport_tpg.Config
	// contains filtered or unexported fields
}

func (*KmsKeyRingIamUpdater) DescribeResource

func (u *KmsKeyRingIamUpdater) DescribeResource() string

func (*KmsKeyRingIamUpdater) GetMutexKey

func (u *KmsKeyRingIamUpdater) GetMutexKey() string

func (*KmsKeyRingIamUpdater) GetResourceIamPolicy

func (u *KmsKeyRingIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)

func (*KmsKeyRingIamUpdater) GetResourceId

func (u *KmsKeyRingIamUpdater) GetResourceId() string

func (*KmsKeyRingIamUpdater) SetResourceIamPolicy

func (u *KmsKeyRingIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error

type KmsKeyRingId

type KmsKeyRingId struct {
	Project  string
	Location string
	Name     string
}

func (*KmsKeyRingId) KeyRingId

func (s *KmsKeyRingId) KeyRingId() string

func (*KmsKeyRingId) TerraformId

func (s *KmsKeyRingId) TerraformId() string

Jump to

Keyboard shortcuts

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