IAuthorization Interface
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.
[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) |