accessPolicies

@JvmName(name = "vdfulpiqxeguojfi")
suspend fun accessPolicies(value: Output<List<AccessPolicyEntryArgs>>)
@JvmName(name = "mnqjvjudebqcrihc")
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. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


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


@JvmName(name = "evthmjhftyjjetry")
suspend fun accessPolicies(values: List<Output<AccessPolicyEntryArgs>>)
@JvmName(name = "ckucnsgpwpfqtouv")
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. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.


@JvmName(name = "pyfdxwxgbcqghtdv")
suspend fun accessPolicies(argument: List<suspend AccessPolicyEntryArgsBuilder.() -> Unit>)
@JvmName(name = "yngbwjgptvratyjg")
suspend fun accessPolicies(vararg argument: suspend AccessPolicyEntryArgsBuilder.() -> Unit)
@JvmName(name = "tsegvpduvpintoxf")
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. These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.