vcf_vcfops_credential

State module for VCF Operations stored credentials.

Identity for matching existing credentials is the name field (within adapterKindKey / credentialKindKey). The Suite-API returns a server-assigned id we read but don’t accept as user-facing input.

saltext.vcf.states.vcf_vcfops_credential.present(name, adapter_kind, credential_kind, fields, profile=None)[source]

Ensure a credential record (name, adapter_kind, credential_kind) exists.

fields is a list of {"name": ..., "value": ...} pairs matching the credential kind’s schema.