Class MicrosoftGraphDelegatedPermissionClassificationInner


  • public final class MicrosoftGraphDelegatedPermissionClassificationInner
    extends MicrosoftGraphEntity
    delegatedPermissionClassification.
    • Constructor Detail

      • MicrosoftGraphDelegatedPermissionClassificationInner

        public MicrosoftGraphDelegatedPermissionClassificationInner()
    • Method Detail

      • permissionId

        public String permissionId()
        Get the permissionId property: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter.
        Returns:
        the permissionId value.
      • withPermissionId

        public MicrosoftGraphDelegatedPermissionClassificationInner withPermissionId​(String permissionId)
        Set the permissionId property: The unique identifier (id) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Required on create. Does not support $filter.
        Parameters:
        permissionId - the permissionId value to set.
        Returns:
        the MicrosoftGraphDelegatedPermissionClassificationInner object itself.
      • permissionName

        public String permissionName()
        Get the permissionName property: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter.
        Returns:
        the permissionName value.
      • withPermissionName

        public MicrosoftGraphDelegatedPermissionClassificationInner withPermissionName​(String permissionName)
        Set the permissionName property: The claim value (value) for the delegated permission listed in the oauth2PermissionScopes collection of the servicePrincipal. Does not support $filter.
        Parameters:
        permissionName - the permissionName value to set.
        Returns:
        the MicrosoftGraphDelegatedPermissionClassificationInner object itself.