Megosztás a következőn keresztül:


IAuthorization Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AuthorizationTypeConverter))]
public interface IAuthorization : Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AuthorizationTypeConverter))>]
type IAuthorization = interface
    interface IJsonSerializable
Public Interface IAuthorization
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

Gets or sets one-time OAuth code to exchange for refresh and access tokens.

Only used during PUT/PATCH operations. The secret is cleared during GET.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to