MicrosoftGraphPreAuthorizedApplication Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPreAuthorizedApplication
- com.
Implements
public final class MicrosoftGraphPreAuthorizedApplication
implements JsonSerializable<MicrosoftGraphPreAuthorizedApplication>
preAuthorizedApplication.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPreAuthorizedApplication() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
appId()
Get the app |
List<String> |
delegatedPermissionIds()
Get the delegated |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAppId(String appId)
Set the app |
Microsoft |
withDelegatedPermissionIds(List<String> delegatedPermissionIds)
Set the delegated |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPreAuthorizedApplication
public MicrosoftGraphPreAuthorizedApplication()
Creates an instance of MicrosoftGraphPreAuthorizedApplication class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: preAuthorizedApplication.
Returns:
appId
public String appId()
Get the appId property: The unique identifier for the application.
Returns:
delegatedPermissionIds
public List
Get the delegatedPermissionIds property: The unique identifier for the oauth2PermissionScopes the application requires.
Returns:
fromJson
public static MicrosoftGraphPreAuthorizedApplication fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPreAuthorizedApplication from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphPreAuthorizedApplication withAdditionalProperties(Map
Set the additionalProperties property: preAuthorizedApplication.
Parameters:
Returns:
withAppId
public MicrosoftGraphPreAuthorizedApplication withAppId(String appId)
Set the appId property: The unique identifier for the application.
Parameters:
Returns:
withDelegatedPermissionIds
public MicrosoftGraphPreAuthorizedApplication withDelegatedPermissionIds(List
Set the delegatedPermissionIds property: The unique identifier for the oauth2PermissionScopes the application requires.
Parameters:
Returns:
Applies to
Azure SDK for Java