Permissions 类
定义
Permissions the identity has for keys, secrets and certificates.
public class Permissions
- 继承
-
java.lang.ObjectPermissions
方法
certificates() |
Get the certificates value.
|
keys() |
Get the keys value.
|
secrets() |
Get the secrets value.
|
withCertificates(List<CertificatePermissions> certificates) |
Set the certificates value.
|
withKeys(List<KeyPermissions> keys) |
Set the keys value.
|
withSecrets(List<SecretPermissions> secrets) |
Set the secrets value.
|