AuthBackendRoleArgs

constructor(allowedEntityAliases: Output<List<String>>? = null, allowedPolicies: Output<List<String>>? = null, allowedPoliciesGlobs: Output<List<String>>? = null, disallowedPolicies: Output<List<String>>? = null, disallowedPoliciesGlobs: Output<List<String>>? = null, namespace: Output<String>? = null, orphan: Output<Boolean>? = null, pathSuffix: Output<String>? = null, renewable: Output<Boolean>? = null, roleName: Output<String>? = null, tokenBoundCidrs: Output<List<String>>? = null, tokenExplicitMaxTtl: Output<Int>? = null, tokenMaxTtl: Output<Int>? = null, tokenNoDefaultPolicy: Output<Boolean>? = null, tokenNumUses: Output<Int>? = null, tokenPeriod: Output<Int>? = null, tokenPolicies: Output<List<String>>? = null, tokenTtl: Output<Int>? = null, tokenType: Output<String>? = null)