public class SecretDetailResponse extends Object
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableList<Client> |
clients |
ApiDate |
createdAt |
String |
createdBy
User who created the record.
|
String |
description |
com.google.common.collect.ImmutableList<Group> |
groups |
long |
id |
com.google.common.collect.ImmutableMap<String,String> |
metadata
Arbitrary key-value data associated with the secret.
|
String |
name |
ApiDate |
updatedAt
Should equal createdAt, but added for consistency in the API.
|
String |
updatedBy
User who updated the record.
|
Constructor and Description |
---|
SecretDetailResponse(long id,
String name,
String description,
ApiDate createdAt,
String createdBy,
ApiDate updatedAt,
String updatedBy,
com.google.common.collect.ImmutableMap<String,String> metadata,
com.google.common.collect.ImmutableList<Group> groups,
com.google.common.collect.ImmutableList<Client> clients) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static SecretDetailResponse |
fromSecret(Secret secret,
com.google.common.collect.ImmutableList<Group> groups,
com.google.common.collect.ImmutableList<Client> clients) |
int |
hashCode() |
String |
toString() |
public final long id
public final String name
public final String description
public final ApiDate createdAt
public final String createdBy
public final ApiDate updatedAt
public final String updatedBy
public final com.google.common.collect.ImmutableMap<String,String> metadata
public final com.google.common.collect.ImmutableList<Group> groups
public final com.google.common.collect.ImmutableList<Client> clients
public SecretDetailResponse(long id, String name, String description, ApiDate createdAt, String createdBy, ApiDate updatedAt, String updatedBy, com.google.common.collect.ImmutableMap<String,String> metadata, com.google.common.collect.ImmutableList<Group> groups, com.google.common.collect.ImmutableList<Client> clients)
public static SecretDetailResponse fromSecret(Secret secret, com.google.common.collect.ImmutableList<Group> groups, com.google.common.collect.ImmutableList<Client> clients)
Copyright © 2018 Walmart, Inc.. All rights reserved.