public class Permissions extends Object
| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
List<CertificatePermissions> |
certificates()
Get the certificates value.
|
List<KeyPermissions> |
keys()
Get the keys value.
|
List<SecretPermissions> |
secrets()
Get the secrets value.
|
List<StoragePermissions> |
storage()
Get the storage value.
|
Permissions |
withCertificates(List<CertificatePermissions> certificates)
Set the certificates value.
|
Permissions |
withKeys(List<KeyPermissions> keys)
Set the keys value.
|
Permissions |
withSecrets(List<SecretPermissions> secrets)
Set the secrets value.
|
Permissions |
withStorage(List<StoragePermissions> storage)
Set the storage value.
|
public List<KeyPermissions> keys()
public Permissions withKeys(List<KeyPermissions> keys)
keys - the keys value to setpublic List<SecretPermissions> secrets()
public Permissions withSecrets(List<SecretPermissions> secrets)
secrets - the secrets value to setpublic List<CertificatePermissions> certificates()
public Permissions withCertificates(List<CertificatePermissions> certificates)
certificates - the certificates value to setpublic List<StoragePermissions> storage()
public Permissions withStorage(List<StoragePermissions> storage)
storage - the storage value to setCopyright © 2019. All rights reserved.