MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: permissionScope.
|
MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withAdminConsentDescription(String adminConsentDescription) |
Set the adminConsentDescription property: A description of the delegated permissions, intended to be read by an
administrator granting the permission on behalf of all users.
|
MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withAdminConsentDisplayName(String adminConsentDisplayName) |
Set the adminConsentDisplayName property: The permission's title, intended to be read by an administrator
granting the permission on behalf of all users.
|
MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withId(UUID id) |
Set the id property: Unique delegated permission identifier inside the collection of delegated permissions
defined for a resource application.
|
MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withIsEnabled(Boolean isEnabled) |
Set the isEnabled property: When creating or updating a permission, this property must be set to true (which is
the default).
|
MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withOrigin(String origin) |
Set the origin property: The origin property.
|
MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withType(String type) |
Set the type property: Specifies whether this delegated permission should be considered safe for non-admin users
to consent to on behalf of themselves, or whether an administrator should be required for consent to the
permissions.
|
MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withUserConsentDescription(String userConsentDescription) |
Set the userConsentDescription property: A description of the delegated permissions, intended to be read by a
user granting the permission on their own behalf.
|
MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withUserConsentDisplayName(String userConsentDisplayName) |
Set the userConsentDisplayName property: A title for the permission, intended to be read by a user granting the
permission on their own behalf.
|
MicrosoftGraphPermissionScope |
MicrosoftGraphPermissionScope.withValue(String value) |
Set the value property: Specifies the value to include in the scp (scope) claim in access tokens.
|