Share via


OfficeConsentList Class

Definition

List of all the office365 consents.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.OfficeConsentListTypeConverter))]
public class OfficeConsentList : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IOfficeConsentList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.OfficeConsentListTypeConverter))>]
type OfficeConsentList = class
    interface IOfficeConsentList
    interface IJsonSerializable
Public Class OfficeConsentList
Implements IOfficeConsentList
Inheritance
OfficeConsentList
Attributes
Implements

Constructors

OfficeConsentList()

Creates an new OfficeConsentList instance.

Properties

NextLink

URL to fetch the next set of office consents.

Value

Array of the consents.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OfficeConsentList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OfficeConsentList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IOfficeConsentList.

FromJsonString(String)

Creates a new instance of OfficeConsentList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OfficeConsentList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to