Package | Description |
---|---|
com.oneops.proxy.keywhiz | |
com.oneops.proxy.keywhiz.model.v2 |
Modifier and Type | Method and Description |
---|---|
void |
KeywhizAutomationClient.partialUpdateSecret(String name,
PartialUpdateSecretRequestV2 secret)
Updates a subset of the fields of an existing secret.
|
Modifier and Type | Method and Description |
---|---|
PartialUpdateSecretRequestV2 |
PartialUpdateSecretRequestV2.Builder.build() |
static PartialUpdateSecretRequestV2 |
PartialUpdateSecretRequestV2.fromParts(boolean contentPresent,
String content,
boolean descriptionPresent,
String description,
boolean metadataPresent,
Map<String,String> metadata,
boolean expiryPresent,
Long expiry,
boolean typePresent,
String type)
Static factory method used by Jackson for deserialization
|
Copyright © 2018 Walmart, Inc.. All rights reserved.