Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.97 KB

AssocTargetItem.md

File metadata and controls

32 lines (28 loc) · 2.97 KB

akeyless.Model.AssocTargetItem

assocTargetItem is a command that creates an association between target and item.

Properties

Name Type Description Notes
CertificatePath string A path on the target to store the certificate pem file (relevant only for certificate provisioning) [optional]
ChainPath string A path on the target to store the full chain pem file (relevant only for certificate provisioning) [optional]
DisablePreviousKeyVersion bool Automatically disable previous key version (required for azure targets) [optional] [default to false]
Json bool Set output format to JSON [optional] [default to false]
KeyOperations List<string> A list of allowed operations for the key (required for azure targets) [optional]
KeyringName string Keyring name of the GCP KMS (required for gcp targets) [optional]
KmsAlgorithm string Algorithm of the key in GCP KMS (required for gcp targets) [optional]
LocationId string Location id of the GCP KMS (required for gcp targets) [optional]
MultiRegion string Set to 'true' to create a multi-region managed key. (Relevant only for Classic Key AWS targets) [optional] [default to "false"]
Name string The item to associate
PostProvisionCommand string A custom command to run on the remote target after successful provisioning (relevant only for certificate provisioning) [optional]
PrivateKeyPath string A path on the target to store the private key (relevant only for certificate provisioning) [optional]
ProjectId string Project id of the GCP KMS (required for gcp targets) [optional]
ProtectionLevel string Protection level of the key [software/hardware] (relevant for gcp targets) [optional] [default to "software"]
Purpose string Purpose of the key in GCP KMS (required for gcp targets) [optional]
Regions List<string> The list of regions to create a copy of the key in (relevant for aws targets) [optional]
SraAssociation bool Is the target to associate is for sra, relevant only for linked target association for ldap rotated secret [optional] [default to false]
TargetName string The target to associate
TenantSecretType string The tenant secret type [Data/SearchIndex/Analytics] (required for salesforce targets) [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
VaultName string Name of the vault used (required for azure targets) [optional]

[Back to Model list] [Back to API list] [Back to README]