java.lang.Object
de.stklcode.jvault.connector.model.AppRoleSecret
Vault AppRole role metamodel.
- Since:
- 0.4.0
- Author:
- Stefan Kalscheuer
-
Constructor Summary
ConstructorDescriptionConstruct emptyAppRoleSecret
object.AppRoleSecret
(String id) ConstructAppRoleSecret
with secret ID.ConstructAppRoleSecret
with ID and metadata. -
Method Summary
-
Constructor Details
-
AppRoleSecret
public AppRoleSecret()Construct emptyAppRoleSecret
object. -
AppRoleSecret
ConstructAppRoleSecret
with secret ID.- Parameters:
id
- Secret ID
-
AppRoleSecret
ConstructAppRoleSecret
with ID and metadata.- Parameters:
id
- Secret IDmetadata
- Secret metadatacidrList
- List of subnets in CIDR notation, the role is bound to
-
-
Method Details
-
getId
- Returns:
- Secret ID
-
getAccessor
- Returns:
- Secret accessor
-
getMetadata
- Returns:
- Secret metadata
-
getCidrList
- Returns:
- List of bound subnets in CIDR notation
-
setCidrList
- Parameters:
cidrList
- List of subnets in CIDR notation
-
getCidrListString
- Returns:
- List of bound subnets in CIDR notation as comma-separated
String
-
getCreationTime
- Returns:
- Creation time
-
getExpirationTime
- Returns:
- Expiration time
-
getLastUpdatedTime
- Returns:
- Time of last update
-
getNumUses
- Returns:
- Number of uses
-
getTtl
- Returns:
- Time-to-live
-