MicrosoftGraphPermissionScope Constructors
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.
Overloads
MicrosoftGraphPermissionScope() | |
MicrosoftGraphPermissionScope(IDictionary<String,Object>, String, String, Nullable<Guid>, Nullable<Boolean>, String, String, String, String, String) |
MicrosoftGraphPermissionScope()
public MicrosoftGraphPermissionScope ();
Public Sub New ()
Applies to
MicrosoftGraphPermissionScope(IDictionary<String,Object>, String, String, Nullable<Guid>, Nullable<Boolean>, String, String, String, String, String)
public MicrosoftGraphPermissionScope (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string adminConsentDescription = default, string adminConsentDisplayName = default, Guid? id = default, bool? isEnabled = default, string origin = default, string type = default, string userConsentDescription = default, string userConsentDisplayName = default, string value = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphPermissionScope : System.Collections.Generic.IDictionary<string, obj> * string * string * Nullable<Guid> * Nullable<bool> * string * string * string * string * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphPermissionScope
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional adminConsentDescription As String = Nothing, Optional adminConsentDisplayName As String = Nothing, Optional id As Nullable(Of Guid) = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional origin As String = Nothing, Optional type As String = Nothing, Optional userConsentDescription As String = Nothing, Optional userConsentDisplayName As String = Nothing, Optional value As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- adminConsentDescription
- String
- adminConsentDisplayName
- String
- origin
- String
- type
- String
- userConsentDescription
- String
- userConsentDisplayName
- String
- value
- String