accessPolicies

@JvmName(name = "mqpalvjwanxsackq")
suspend fun accessPolicies(value: Output<List<AccessPolicyEntryArgs>>)
@JvmName(name = "ltlqvrabrdybklqd")
suspend fun accessPolicies(value: List<AccessPolicyEntryArgs>?)

Parameters

value

An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When createMode is set to recover, access policies are not required. Otherwise, access policies are required.


@JvmName(name = "juymnvwvgaoxyjmv")
suspend fun accessPolicies(vararg values: Output<AccessPolicyEntryArgs>)


@JvmName(name = "eimohfixyttbqbnx")
suspend fun accessPolicies(values: List<Output<AccessPolicyEntryArgs>>)
@JvmName(name = "aefowmibyalryeca")
suspend fun accessPolicies(vararg values: AccessPolicyEntryArgs)

Parameters

values

An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When createMode is set to recover, access policies are not required. Otherwise, access policies are required.


@JvmName(name = "lolcqffseqbiqbmw")
suspend fun accessPolicies(argument: List<suspend AccessPolicyEntryArgsBuilder.() -> Unit>)
@JvmName(name = "jivvhkkijnlhlgax")
suspend fun accessPolicies(vararg argument: suspend AccessPolicyEntryArgsBuilder.() -> Unit)
@JvmName(name = "pjtwhtxlbjlullld")
suspend fun accessPolicies(argument: suspend AccessPolicyEntryArgsBuilder.() -> Unit)

Parameters

argument

An array of 0 to 1024 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. When createMode is set to recover, access policies are not required. Otherwise, access policies are required.