Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAlternativeSecurityId
-
Packages that use MicrosoftGraphAlternativeSecurityId Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphAlternativeSecurityId in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAlternativeSecurityId Modifier and Type Method Description MicrosoftGraphAlternativeSecurityId
MicrosoftGraphAlternativeSecurityId. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: alternativeSecurityId.MicrosoftGraphAlternativeSecurityId
MicrosoftGraphAlternativeSecurityId. withIdentityProvider(String identityProvider)
Set the identityProvider property: For internal use only.MicrosoftGraphAlternativeSecurityId
MicrosoftGraphAlternativeSecurityId. withKey(byte[] key)
Set the key property: For internal use only.MicrosoftGraphAlternativeSecurityId
MicrosoftGraphAlternativeSecurityId. withType(Integer type)
Set the type property: For internal use only.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAlternativeSecurityId Modifier and Type Method Description List<MicrosoftGraphAlternativeSecurityId>
MicrosoftGraphDeviceInner. alternativeSecurityIds()
Get the alternativeSecurityIds property: For internal use only.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAlternativeSecurityId Modifier and Type Method Description MicrosoftGraphDeviceInner
MicrosoftGraphDeviceInner. withAlternativeSecurityIds(List<MicrosoftGraphAlternativeSecurityId> alternativeSecurityIds)
Set the alternativeSecurityIds property: For internal use only.
-