MicrosoftgraphalternativeSecurityId Constructors

Definition

Overloads

MicrosoftgraphalternativeSecurityId()
MicrosoftgraphalternativeSecurityId(IDictionary<String,Object>, String, Byte[], Nullable<Int32>)

MicrosoftgraphalternativeSecurityId()

public MicrosoftgraphalternativeSecurityId ();
Public Sub New ()

Applies to

MicrosoftgraphalternativeSecurityId(IDictionary<String,Object>, String, Byte[], Nullable<Int32>)

public MicrosoftgraphalternativeSecurityId (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string identityProvider = default, byte[] key = default, int? type = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphalternativeSecurityId : System.Collections.Generic.IDictionary<string, obj> * string * byte[] * Nullable<int> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphalternativeSecurityId
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional identityProvider As String = Nothing, Optional key As Byte() = Nothing, Optional type As Nullable(Of Integer) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>
identityProvider
String
key
Byte[]
type
Nullable<Int32>

Applies to