AuthProviderArgs

fun AuthProviderArgs(audiences: Output<String>? = null, authorizationUrl: Output<String>? = null, id: Output<String>? = null, issuer: Output<String>? = null, jwksUri: Output<String>? = null, jwtLocations: Output<List<JwtLocationArgs>>? = null)