public final class Permissions extends Object
| Constructor and Description |
|---|
Permissions() |
| Modifier and Type | Method and Description |
|---|---|
List<CertificatePermissions> |
certificates()
Get the certificates property: Permissions to certificates.
|
List<KeyPermissions> |
keys()
Get the keys property: Permissions to keys.
|
List<SecretPermissions> |
secrets()
Get the secrets property: Permissions to secrets.
|
List<StoragePermissions> |
storage()
Get the storage property: Permissions to storage accounts.
|
void |
validate()
Validates the instance.
|
Permissions |
withCertificates(List<CertificatePermissions> certificates)
Set the certificates property: Permissions to certificates.
|
Permissions |
withKeys(List<KeyPermissions> keys)
Set the keys property: Permissions to keys.
|
Permissions |
withSecrets(List<SecretPermissions> secrets)
Set the secrets property: Permissions to secrets.
|
Permissions |
withStorage(List<StoragePermissions> storage)
Set the storage property: Permissions to storage accounts.
|
public List<KeyPermissions> keys()
public Permissions withKeys(List<KeyPermissions> keys)
keys - the keys value to set.public List<SecretPermissions> secrets()
public Permissions withSecrets(List<SecretPermissions> secrets)
secrets - the secrets value to set.public List<CertificatePermissions> certificates()
public Permissions withCertificates(List<CertificatePermissions> certificates)
certificates - the certificates value to set.public List<StoragePermissions> storage()
public Permissions withStorage(List<StoragePermissions> storage)
storage - the storage value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.