Auth Backend Role Args
constructor(boundAttributes: Output<Map<String, String>>? = null, boundAttributesType: Output<String>? = null, boundSubjects: Output<List<String>>? = null, boundSubjectsType: Output<String>? = null, groupsAttribute: Output<String>? = null, name: Output<String>? = null, namespace: Output<String>? = null, path: 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)