vault_access_policy

package
v0.1.57 Latest Latest
Warning

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

Go to latest
Published: Aug 18, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const SecretAccessorRole = "roles/secretmanager.secretAccessor"
View Source
const SecretOwnerRole = "roles/secretmanager.admin"
View Source
const SecretWriterRole = "roles/secretmanager.secretVersionManager"

Variables

This section is empty.

Functions

This section is empty.

Types

type AzureKeyVaultAccessPolicy

type AzureKeyVaultAccessPolicy struct {
	*common.AzResource                     `hcl:",squash" default:"name=azurerm_key_vault_access_policy"`
	KeyVaultId                             string `hcl:"key_vault_id,expr"`
	*vault.AzureKeyVaultAccessPolicyInline `hcl:",squash"`
}

type GoogleSecretManagerSecretIamMember added in v0.1.53

type GoogleSecretManagerSecretIamMember struct {
	*common.GcpResource `hcl:",squash"  default:"name=google_secret_manager_secret_iam_member"`

	SecretId string `hcl:"secret_id,expr"`
	Role     string `hcl:"role" json:"role"`
	Member   string `hcl:"member" json:"member"`
}

Jump to

Keyboard shortcuts

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