SecurityPrincipalOperationError Enum

Definition

The security principal resolution error codes.

public enum SecurityPrincipalOperationError
type SecurityPrincipalOperationError = 
Public Enum SecurityPrincipalOperationError
Inheritance
SecurityPrincipalOperationError

Fields

AlreadyExists 2

The security principal already exists in the requested collection.

AssignedToAnotherCollection 5

The security principal is not allowed in more than one collection.

CouldNotBeResolved 0

The security principal could not be resolved.

NotDirsynced 4

The security principal is not synchronized with Azure ActiveDirectory.

NotFound 1

The security principal is missing from the requested collection.

NotSupported 3

The security principal is not supported for this type of collection.

Applies to