File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
sdk/keyvault/azure-mgmt-keyvault/azure/mgmt/keyvault Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -988,10 +988,10 @@ class VaultProperties(Model):
988988 :type tenant_id: str
989989 :param sku: Required. SKU details
990990 :type sku: ~azure.mgmt.keyvault.v2018_02_14.models.Sku
991- :param access_policies: An array of 0 to 16 identities that have access to
992- the key vault. All identities in the array must use the same tenant ID as
993- the key vault's tenant ID. When `createMode` is set to `recover`, access
994- policies are not required. Otherwise, access policies are required.
991+ :param access_policies: An array of 0 to 1024 identities that have access
992+ to the key vault. All identities in the array must use the same tenant ID
993+ as the key vault's tenant ID. When `createMode` is set to `recover`,
994+ access policies are not required. Otherwise, access policies are required.
995995 :type access_policies:
996996 list[~azure.mgmt.keyvault.v2018_02_14.models.AccessPolicyEntry]
997997 :param vault_uri: The URI of the vault for performing operations on keys
Original file line number Diff line number Diff line change @@ -988,10 +988,10 @@ class VaultProperties(Model):
988988 :type tenant_id: str
989989 :param sku: Required. SKU details
990990 :type sku: ~azure.mgmt.keyvault.v2018_02_14.models.Sku
991- :param access_policies: An array of 0 to 16 identities that have access to
992- the key vault. All identities in the array must use the same tenant ID as
993- the key vault's tenant ID. When `createMode` is set to `recover`, access
994- policies are not required. Otherwise, access policies are required.
991+ :param access_policies: An array of 0 to 1024 identities that have access
992+ to the key vault. All identities in the array must use the same tenant ID
993+ as the key vault's tenant ID. When `createMode` is set to `recover`,
994+ access policies are not required. Otherwise, access policies are required.
995995 :type access_policies:
996996 list[~azure.mgmt.keyvault.v2018_02_14.models.AccessPolicyEntry]
997997 :param vault_uri: The URI of the vault for performing operations on keys
Original file line number Diff line number Diff line change @@ -1004,10 +1004,10 @@ class VaultProperties(Model):
10041004 :type tenant_id: str
10051005 :param sku: Required. SKU details
10061006 :type sku: ~azure.mgmt.keyvault.v2019_09_01.models.Sku
1007- :param access_policies: An array of 0 to 16 identities that have access to
1008- the key vault. All identities in the array must use the same tenant ID as
1009- the key vault's tenant ID. When `createMode` is set to `recover`, access
1010- policies are not required. Otherwise, access policies are required.
1007+ :param access_policies: An array of 0 to 1024 identities that have access
1008+ to the key vault. All identities in the array must use the same tenant ID
1009+ as the key vault's tenant ID. When `createMode` is set to `recover`,
1010+ access policies are not required. Otherwise, access policies are required.
10111011 :type access_policies:
10121012 list[~azure.mgmt.keyvault.v2019_09_01.models.AccessPolicyEntry]
10131013 :param vault_uri: The URI of the vault for performing operations on keys
Original file line number Diff line number Diff line change @@ -1004,10 +1004,10 @@ class VaultProperties(Model):
10041004 :type tenant_id: str
10051005 :param sku: Required. SKU details
10061006 :type sku: ~azure.mgmt.keyvault.v2019_09_01.models.Sku
1007- :param access_policies: An array of 0 to 16 identities that have access to
1008- the key vault. All identities in the array must use the same tenant ID as
1009- the key vault's tenant ID. When `createMode` is set to `recover`, access
1010- policies are not required. Otherwise, access policies are required.
1007+ :param access_policies: An array of 0 to 1024 identities that have access
1008+ to the key vault. All identities in the array must use the same tenant ID
1009+ as the key vault's tenant ID. When `createMode` is set to `recover`,
1010+ access policies are not required. Otherwise, access policies are required.
10111011 :type access_policies:
10121012 list[~azure.mgmt.keyvault.v2019_09_01.models.AccessPolicyEntry]
10131013 :param vault_uri: The URI of the vault for performing operations on keys
You can’t perform that action at this time.
0 commit comments