OrganizationResources ComplexType

Contains data regarding the resources used by an organization.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
CurrentNumberOfActiveUsers Edm.Int32

The current number of active users.

CurrentNumberOfCustomEntities Edm.Int32

The current number of custom entities.

CurrentNumberOfNonInteractiveUsers Edm.Int32

The current number of interactive users

CurrentNumberOfPublishedWorkflows Edm.Int32

The current number of published workflows

CurrentStorage Edm.Int32

The current storage used by the organization

MaxNumberOfActiveUsers Edm.Int32

The maximum number of active users.

MaxNumberOfCustomEntities Edm.Int32

The maximum number of custom entities.

MaxNumberOfNonInteractiveUsers Edm.Int32

The maximum number of interactive users.

MaxNumberOfPublishedWorkflows Edm.Int32

The maximum number of published workflows

MaxStorage Edm.Int32

The maximum storage allowed for the organization

Used by

The following use the OrganizationResources ComplexType.

Name How used
RetrieveOrganizationResourcesResponse OrganizationResources Property

See also