MicrosoftGraphParentalControlSettings 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.
parentalControlSettings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphParentalControlSettingsTypeConverter))]
public class MicrosoftGraphParentalControlSettings : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphParentalControlSettingsTypeConverter))>]
type MicrosoftGraphParentalControlSettings = class
interface IMicrosoftGraphParentalControlSettings
interface IJsonSerializable
interface IAssociativeArray<obj>
Public Class MicrosoftGraphParentalControlSettings
Implements IAssociativeArray(Of Object), IMicrosoftGraphParentalControlSettings
- Inheritance
-
MicrosoftGraphParentalControlSettings
- Attributes
- Implements
Constructors
MicrosoftGraphParentalControlSettings() |
Creates an new MicrosoftGraphParentalControlSettings instance. |
Fields
__additionalProperties |
Properties
CountriesBlockedForMinor |
Specifies the two-letter ISO country codes. Access to the application will be blocked for minors from the countries specified in this list. |
Item[String] | |
LegalAgeGroupRule |
Specifies the legal age group rule that applies to users of the app. Can be set to one of the following values: ValueDescriptionAllowDefault. Enforces the legal minimum. This means parental consent is required for minors in the European Union and Korea.RequireConsentForPrivacyServicesEnforces the user to specify date of birth to comply with COPPA rules. RequireConsentForMinorsRequires parental consent for ages below 18, regardless of country minor rules.RequireConsentForKidsRequires parental consent for ages below 14, regardless of country minor rules.BlockMinorsBlocks minors from using the app. |
Methods
Add(String, Object) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MicrosoftGraphParentalControlSettings. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MicrosoftGraphParentalControlSettings. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphParentalControlSettings. |
FromJsonString(String) |
Creates a new instance of MicrosoftGraphParentalControlSettings, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MicrosoftGraphParentalControlSettings into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
TryGetValue(String, Object) |
Operators
Implicit(MicrosoftGraphParentalControlSettings to Dictionary<String,Object>) |
Explicit Interface Implementations
IAssociativeArray<Object>.AdditionalProperties |