ApiManagementServiceGetSsoTokenResult Class

Definition

The response of the GetSsoToken operation.

public class ApiManagementServiceGetSsoTokenResult
public class ApiManagementServiceGetSsoTokenResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceGetSsoTokenResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementServiceGetSsoTokenResult>
type ApiManagementServiceGetSsoTokenResult = class
type ApiManagementServiceGetSsoTokenResult = class
    interface IJsonModel<ApiManagementServiceGetSsoTokenResult>
    interface IPersistableModel<ApiManagementServiceGetSsoTokenResult>
Public Class ApiManagementServiceGetSsoTokenResult
Public Class ApiManagementServiceGetSsoTokenResult
Implements IJsonModel(Of ApiManagementServiceGetSsoTokenResult), IPersistableModel(Of ApiManagementServiceGetSsoTokenResult)
Inheritance
ApiManagementServiceGetSsoTokenResult
Implements

Properties

RedirectUri

Redirect URL to the Publisher Portal containing the SSO token.

Explicit Interface Implementations

IJsonModel<ApiManagementServiceGetSsoTokenResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApiManagementServiceGetSsoTokenResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementServiceGetSsoTokenResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementServiceGetSsoTokenResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApiManagementServiceGetSsoTokenResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to