| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
IssuerAttributes |
IssuerBundle.attributes()
Get the attributes value.
|
IssuerAttributes |
CertificateIssuerUpdateParameters.attributes()
Get the attributes value.
|
IssuerAttributes |
CertificateIssuerSetParameters.attributes()
Get the attributes value.
|
IssuerAttributes |
IssuerAttributes.withEnabled(Boolean enabled)
Set the enabled value.
|
| Modifier and Type | Method and Description |
|---|---|
IssuerBundle |
IssuerBundle.withAttributes(IssuerAttributes attributes)
Set the attributes value.
|
CertificateIssuerUpdateParameters |
CertificateIssuerUpdateParameters.withAttributes(IssuerAttributes attributes)
Set the attributes value.
|
CertificateIssuerSetParameters |
CertificateIssuerSetParameters.withAttributes(IssuerAttributes attributes)
Set the attributes value.
|
| Modifier and Type | Method and Description |
|---|---|
IssuerAttributes |
UpdateCertificateIssuerRequest.attributes() |
IssuerAttributes |
SetCertificateIssuerRequest.attributes() |
| Modifier and Type | Method and Description |
|---|---|
UpdateCertificateIssuerRequest.Builder |
UpdateCertificateIssuerRequest.Builder.withAttributes(IssuerAttributes attributes)
Set issuer attributes.
|
SetCertificateIssuerRequest.Builder |
SetCertificateIssuerRequest.Builder.withAttributes(IssuerAttributes attributes)
Set issuer attributes.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/