Class IdentityProviderDetailsResponse


  • public final class IdentityProviderDetailsResponse
    extends java.lang.Object
    • Method Detail

      • aadAuthority

        public java.util.Optional<java.lang.String> aadAuthority()
        Returns:
        The base authority for Azure Active Directory authentication.
      • applicationId

        public java.util.Optional<java.lang.String> applicationId()
        Returns:
        The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.
      • audience

        public java.util.Optional<java.lang.String> audience()
        Returns:
        The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
      • objectId

        public java.util.Optional<java.lang.String> objectId()
        Returns:
        The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.
      • tenantId

        public java.util.Optional<java.lang.String> tenantId()
        Returns:
        The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.