MicrosoftGraphAlternativeSecurityId Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphAlternativeSecurityId
- com.
Implements
public final class MicrosoftGraphAlternativeSecurityId
implements JsonSerializable<MicrosoftGraphAlternativeSecurityId>
alternativeSecurityId.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphAlternativeSecurityId() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
identityProvider()
Get the identity |
byte[] |
key()
Get the key property: For internal use only. |
Json |
toJson(JsonWriter jsonWriter) |
Integer |
type()
Get the type property: For internal use only. |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withIdentityProvider(String identityProvider)
Set the identity |
Microsoft |
withKey(byte[] key)
Set the key property: For internal use only. |
Microsoft |
withType(Integer type)
Set the type property: For internal use only. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphAlternativeSecurityId
public MicrosoftGraphAlternativeSecurityId()
Creates an instance of MicrosoftGraphAlternativeSecurityId class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: alternativeSecurityId.
Returns:
fromJson
public static MicrosoftGraphAlternativeSecurityId fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphAlternativeSecurityId from the JsonReader.
Parameters:
Returns:
Throws:
identityProvider
public String identityProvider()
Get the identityProvider property: For internal use only.
Returns:
key
public byte[] key()
Get the key property: For internal use only.
Returns:
toJson
type
public Integer type()
Get the type property: For internal use only.
Returns:
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphAlternativeSecurityId withAdditionalProperties(Map
Set the additionalProperties property: alternativeSecurityId.
Parameters:
Returns:
withIdentityProvider
public MicrosoftGraphAlternativeSecurityId withIdentityProvider(String identityProvider)
Set the identityProvider property: For internal use only.
Parameters:
Returns:
withKey
public MicrosoftGraphAlternativeSecurityId withKey(byte[] key)
Set the key property: For internal use only.
Parameters:
Returns:
withType
public MicrosoftGraphAlternativeSecurityId withType(Integer type)
Set the type property: For internal use only.
Parameters:
Returns:
Applies to
Azure SDK for Java