VaultFunctions

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun getNamespace(namespace: String? = null, path: String? = null): GetNamespaceResult
Link copied to clipboard
suspend fun getNamespaces(namespace: String? = null, recursive: Boolean? = null): GetNamespacesResult
Link copied to clipboard

This is a data source which can be used to construct a HCL representation of an Vault policy document, for use with resources which expect policy documents, such as the vault.Policy resource.

suspend fun getPolicyDocument(namespace: String? = null, rules: List<GetPolicyDocumentRule>? = null): GetPolicyDocumentResult