SecurityPrincipalOperationError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The security principal resolution error codes.
public enum SecurityPrincipalOperationError
type SecurityPrincipalOperationError =
Public Enum SecurityPrincipalOperationError
- Inheritance
-
SecurityPrincipalOperationError
Fields
Name | Value | Description |
---|---|---|
CouldNotBeResolved | 0 | The security principal could not be resolved. |
NotFound | 1 | The security principal is missing from the requested collection. |
AlreadyExists | 2 | The security principal already exists in the requested collection. |
NotSupported | 3 | The security principal is not supported for this type of collection. |
NotDirsynced | 4 | The security principal is not synchronized with Azure ActiveDirectory. |
AssignedToAnotherCollection | 5 | The security principal is not allowed in more than one collection. |