public final class AppRoleSecret extends Object
| Constructor and Description |
|---|
AppRoleSecret()
Construct empty
AppRoleSecret object. |
AppRoleSecret(String id)
Construct
AppRoleSecret with secret ID. |
AppRoleSecret(String id,
Map<String,Object> metadata,
List<String> cidrList)
Construct
AppRoleSecret with ID and metadata. |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessor() |
List<String> |
getCidrList() |
String |
getCidrListString() |
String |
getCreationTime() |
String |
getExpirationTime() |
String |
getId() |
String |
getLastUpdatedTime() |
Map<String,Object> |
getMetadata() |
Integer |
getNumUses() |
Integer |
getTtl() |
void |
setCidrList(List<String> cidrList) |
public AppRoleSecret()
AppRoleSecret object.public AppRoleSecret(String id)
AppRoleSecret with secret ID.id - Secret IDpublic String getId()
public String getAccessor()
public void setCidrList(List<String> cidrList)
cidrList - List of subnets in CIDR notationpublic String getCidrListString()
Stringpublic String getCreationTime()
public String getExpirationTime()
public String getLastUpdatedTime()
public Integer getNumUses()
public Integer getTtl()
Copyright © 2016–2017. All rights reserved.