public class SecretItem extends Object
| Constructor and Description |
|---|
SecretItem() |
| Modifier and Type | Method and Description |
|---|---|
SecretAttributes |
attributes()
Get the attributes value.
|
String |
contentType()
Get the contentType value.
|
String |
id()
Get the id value.
|
Boolean |
managed()
Get the managed value.
|
Map<String,String> |
tags()
Get the tags value.
|
SecretItem |
withAttributes(SecretAttributes attributes)
Set the attributes value.
|
SecretItem |
withContentType(String contentType)
Set the contentType value.
|
SecretItem |
withId(String id)
Set the id value.
|
SecretItem |
withTags(Map<String,String> tags)
Set the tags value.
|
public String id()
public SecretItem withId(String id)
id - the id value to setpublic SecretAttributes attributes()
public SecretItem withAttributes(SecretAttributes attributes)
attributes - the attributes value to setpublic SecretItem withTags(Map<String,String> tags)
tags - the tags value to setpublic String contentType()
public SecretItem withContentType(String contentType)
contentType - the contentType value to setpublic Boolean managed()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/