AppPlatformSsoProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Single sign-on related configuration.
public class AppPlatformSsoProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformSsoProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformSsoProperties>
public class AppPlatformSsoProperties
type AppPlatformSsoProperties = class
interface IJsonModel<AppPlatformSsoProperties>
interface IPersistableModel<AppPlatformSsoProperties>
type AppPlatformSsoProperties = class
Public Class AppPlatformSsoProperties
Implements IJsonModel(Of AppPlatformSsoProperties), IPersistableModel(Of AppPlatformSsoProperties)
Public Class AppPlatformSsoProperties
- Inheritance
-
AppPlatformSsoProperties
- Implements
Constructors
AppPlatformSsoProperties() |
Initializes a new instance of AppPlatformSsoProperties. |
Properties
ClientId |
The public identifier for the application. |
ClientSecret |
The secret known only to the application and the authorization server. |
IssuerUri |
The URI of Issuer Identifier. |
Scope |
It defines the specific actions applications can be allowed to do on a user's behalf. |
Explicit Interface Implementations
IJsonModel<AppPlatformSsoProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformSsoProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppPlatformSsoProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppPlatformSsoProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformSsoProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET