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