Class SiteSpnPropertiesResponse


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

      • aadAuthority

        public java.util.Optional<java.lang.String> aadAuthority()
        Returns:
        Gets or sets the AAD Authority URL which was used to request the token for the service principal.
      • applicationId

        public java.util.Optional<java.lang.String> applicationId()
        Returns:
        Gets or sets 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:
        Gets or sets the intended audience for the service principal.
      • objectId

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

        public java.util.Optional<java.lang.String> rawCertData()
        Returns:
        Gets or sets the raw certificate data for building certificate expiry flows.
      • tenantId

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