AccessPolicy.UpdateStages.WithPermissions.allowSecretPermissions 方法
定义
重载
allowSecretPermissions(List<SecretPermissions> permissions) |
Allow a list of permissions for the AD identity to access secrets.
|
allowSecretPermissions(SecretPermissions... permissions) |
Allow a list of permissions for the AD identity to access secrets.
|
allowSecretPermissions(List<SecretPermissions> permissions)
Allow a list of permissions for the AD identity to access secrets.
public Update allowSecretPermissions(List<SecretPermissions> permissions)
参数
- permissions
- List<SecretPermissions>
the list of permissions allowed
返回
the next stage of access policy definition
allowSecretPermissions(SecretPermissions... permissions)
Allow a list of permissions for the AD identity to access secrets.
public Update allowSecretPermissions(SecretPermissions... permissions)
参数
- permissions
- SecretPermissions...
the list of permissions allowed
返回
the next stage of access policy definition