MicrosoftGraphOAuth2PermissionGrant 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
MicrosoftGraphOAuth2PermissionGrant() | |
MicrosoftGraphOAuth2PermissionGrant(IDictionary<String,Object>, String, String, String, String, String, String) |
MicrosoftGraphOAuth2PermissionGrant()
public MicrosoftGraphOAuth2PermissionGrant ();
Public Sub New ()
Applies to
MicrosoftGraphOAuth2PermissionGrant(IDictionary<String,Object>, String, String, String, String, String, String)
public MicrosoftGraphOAuth2PermissionGrant (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string id = default, string clientId = default, string consentType = default, string principalId = default, string resourceId = default, string scope = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphOAuth2PermissionGrant : System.Collections.Generic.IDictionary<string, obj> * string * string * string * string * string * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphOAuth2PermissionGrant
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional id As String = Nothing, Optional clientId As String = Nothing, Optional consentType As String = Nothing, Optional principalId As String = Nothing, Optional resourceId As String = Nothing, Optional scope As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- id
- String
- clientId
- String
- consentType
- String
- principalId
- String
- resourceId
- String
- scope
- String