vcf_vcfops_credential¶
Execution module for VCF Operations stored credentials.
- saltext.vcf.modules.vcf_vcfops_credential.list_(profile=None)[source]¶
List .
CLI Example:
salt '*' vcf_vcfops_credential.list_
- saltext.vcf.modules.vcf_vcfops_credential.get(credential_id, profile=None)[source]¶
Get.
CLI Example:
salt '*' vcf_vcfops_credential.get <credential_id>
- saltext.vcf.modules.vcf_vcfops_credential.create(credential_spec, profile=None)[source]¶
Create.
CLI Example:
salt '*' vcf_vcfops_credential.create <credential_spec>
- saltext.vcf.modules.vcf_vcfops_credential.update(credential_id, credential_spec, profile=None)[source]¶
Update.
CLI Example:
salt '*' vcf_vcfops_credential.update <credential_id> <credential_spec>