public class CertificateItem extends Object
| Constructor and Description |
|---|
CertificateItem() |
| Modifier and Type | Method and Description |
|---|---|
CertificateAttributes |
attributes()
Get the attributes value.
|
String |
id()
Get the id value.
|
Map<String,String> |
tags()
Get the tags value.
|
CertificateItem |
withAttributes(CertificateAttributes attributes)
Set the attributes value.
|
CertificateItem |
withId(String id)
Set the id value.
|
CertificateItem |
withTags(Map<String,String> tags)
Set the tags value.
|
CertificateItem |
withX509Thumbprint(byte[] x509Thumbprint)
Set the x509Thumbprint value.
|
byte[] |
x509Thumbprint()
Get the x509Thumbprint value.
|
public String id()
public CertificateItem withId(String id)
id - the id value to setpublic CertificateAttributes attributes()
public CertificateItem withAttributes(CertificateAttributes attributes)
attributes - the attributes value to setpublic CertificateItem withTags(Map<String,String> tags)
tags - the tags value to setpublic byte[] x509Thumbprint()
public CertificateItem withX509Thumbprint(byte[] x509Thumbprint)
x509Thumbprint - the x509Thumbprint value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/