Auth Backend Role Args
constructor(backend: Output<String>? = null, boundGroupIds: Output<List<String>>? = null, boundLocations: Output<List<String>>? = null, boundResourceGroups: Output<List<String>>? = null, boundScaleSets: Output<List<String>>? = null, boundServicePrincipalIds: Output<List<String>>? = null, boundSubscriptionIds: Output<List<String>>? = null, namespace: Output<String>? = null, role: 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)