AppRegistration 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.
The configuration settings of the app registration for providers that have app ids and app secrets
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AppRegistrationTypeConverter))]
public class AppRegistration : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAppRegistration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.AppRegistrationTypeConverter))>]
type AppRegistration = class
interface IAppRegistration
interface IJsonSerializable
Public Class AppRegistration
Implements IAppRegistration
- Inheritance
-
AppRegistration
- Attributes
- Implements
Constructors
AppRegistration() |
Creates an new AppRegistration instance. |
Properties
AppId |
The App ID of the app used for login. |
AppSecretSettingName |
The app setting name that contains the app secret. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppRegistration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppRegistration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IAppRegistration. |
FromJsonString(String) |
Creates a new instance of AppRegistration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppRegistration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |