ClientRegistration 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 client ids and client secrets
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ClientRegistrationTypeConverter))]
public class ClientRegistration : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IClientRegistration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ClientRegistrationTypeConverter))>]
type ClientRegistration = class
interface IClientRegistration
interface IJsonSerializable
Public Class ClientRegistration
Implements IClientRegistration
- Inheritance
-
ClientRegistration
- Attributes
- Implements
Constructors
ClientRegistration() |
Creates an new ClientRegistration instance. |
Properties
ClientId |
The Client ID of the app used for login. |
ClientSecretSettingName |
The app setting name that contains the client secret. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClientRegistration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClientRegistration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IClientRegistration. |
FromJsonString(String) |
Creates a new instance of ClientRegistration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClientRegistration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |