Auth Backend Role Args
constructor(allowedRedirectUris: Output<List<String>>? = null, backend: Output<String>? = null, boundAudiences: Output<List<String>>? = null, boundClaims: Output<Map<String, String>>? = null, boundClaimsType: Output<String>? = null, boundSubject: Output<String>? = null, claimMappings: Output<Map<String, String>>? = null, clockSkewLeeway: Output<Int>? = null, disableBoundClaimsParsing: Output<Boolean>? = null, expirationLeeway: Output<Int>? = null, groupsClaim: Output<String>? = null, maxAge: Output<Int>? = null, namespace: Output<String>? = null, notBeforeLeeway: Output<Int>? = null, oidcScopes: Output<List<String>>? = null, roleName: Output<String>? = null, roleType: 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, userClaim: Output<String>? = null, userClaimJsonPointer: Output<Boolean>? = null, verboseOidcLogging: Output<Boolean>? = null)