MicrosoftGraphPrivacyProfile 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.
privacyProfile
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPrivacyProfileTypeConverter))]
public class MicrosoftGraphPrivacyProfile : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPrivacyProfile, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphPrivacyProfileTypeConverter))>]
type MicrosoftGraphPrivacyProfile = class
interface IMicrosoftGraphPrivacyProfile
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class MicrosoftGraphPrivacyProfile
Implements IAssociativeArray(Of Object), IMicrosoftGraphPrivacyProfile
- Inheritance
-
MicrosoftGraphPrivacyProfile
- Attributes
- Implements
Constructors
MicrosoftGraphPrivacyProfile() |
Creates an new MicrosoftGraphPrivacyProfile instance. |
Fields
__additionalProperties |
Properties
ContactEmail |
A valid smtp email address for the privacy statement contact. Not required. |
Item[String] | |
StatementUrl |
A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required. |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphPrivacyProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphPrivacyProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphPrivacyProfile. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphPrivacyProfile, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphPrivacyProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) |
Operators
Implicit(MicrosoftGraphPrivacyProfile to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |