package
4.4.0+incompatible
Repository: https://github.com/hashicorp/terraform-provider-vault.git
Documentation: pkg.go.dev

# Functions

MakePkiPolicyIdentifiersListOrSet converts the Vault "policy_identifiers" response into either a list of OIDs, i.e., ["1.2.3","4.5.6"], or a set to represent `policy_identifier` blocks.
ReadPolicyIdentifierBlocks converts the `policy_identifiers` list and `policy_identifier` blocks into a list of strings (the OIDs) or the JSON serialization of the `policy_identifier` blocks, respectively.