data class IdentityProviderInputArgs(val aadAuthority: Output<String>, val applicationId: Output<String>, val audience: Output<String>, val objectId: Output<String>, val tenantId: Output<String>) : ConvertibleToJava<IdentityProviderInputArgs>
The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.