public class VaultKubernetesAuthRoleData extends Object implements VaultModel
| Modifier and Type | Field and Description |
|---|---|
String |
audience |
List<String> |
boundServiceAccountNames |
List<String> |
boundServiceAccountNamespaces |
List<String> |
tokenBoundCidrs |
Integer |
tokenExplicitMaxTtl |
Integer |
tokenMaxTtl |
Boolean |
tokenNoDefaultPolicy |
Integer |
tokenNumUses |
Integer |
tokenPeriod |
List<String> |
tokenPolicies |
Integer |
tokenTtl |
String |
tokenType |
| Constructor and Description |
|---|
VaultKubernetesAuthRoleData() |
public String audience
public Integer tokenTtl
public Integer tokenMaxTtl
public Integer tokenExplicitMaxTtl
public Boolean tokenNoDefaultPolicy
public Integer tokenNumUses
public Integer tokenPeriod
public String tokenType
public VaultKubernetesAuthRoleData setBoundServiceAccountNames(List<String> boundServiceAccountNames)
public VaultKubernetesAuthRoleData setBoundServiceAccountNamespaces(List<String> boundServiceAccountNamespaces)
public String getAudience()
public VaultKubernetesAuthRoleData setAudience(String audience)
public Integer getTokenTtl()
public VaultKubernetesAuthRoleData setTokenTtl(Integer tokenTtl)
public VaultKubernetesAuthRoleData setTokenPolicies(List<String> tokenPolicies)
public VaultKubernetesAuthRoleData setTokenBoundCidrs(List<String> tokenBoundCidrs)
public Integer getTokenMaxTtl()
public VaultKubernetesAuthRoleData setTokenMaxTtl(Integer tokenMaxTtl)
public Integer getTokenExplicitMaxTtl()
public VaultKubernetesAuthRoleData setTokenExplicitMaxTtl(Integer tokenExplicitMaxTtl)
public Boolean getTokenNoDefaultPolicy()
public VaultKubernetesAuthRoleData setTokenNoDefaultPolicy(Boolean tokenNoDefaultPolicy)
public Integer getTokenNumUses()
public VaultKubernetesAuthRoleData setTokenNumUses(Integer tokenNumUses)
public Integer getTokenPeriod()
public VaultKubernetesAuthRoleData setTokenPeriod(Integer tokenPeriod)
public String getTokenType()
public VaultKubernetesAuthRoleData setTokenType(String tokenType)
Copyright © 2020 JBoss by Red Hat. All rights reserved.