Contents
-
Writing Tachyon Instructions
-
Integrating with Tachyon
-
Introduction
-
Tachyon RunInstruction command-line tool
-
Consumer API reference
-
ApplicableOperations
-
Approvals
-
AuditLogs
-
Authentication
-
ComponentHealthManager
-
Consumers
-
CustomProperties
-
CustomPropertyTypes
-
CustomPropertyValues
-
DataExport
-
Deploy
-
Devices
-
EventSource
-
EventSubscriptionAssignments
-
EventSubscriptions
-
Expressions
-
Fragments
-
Information (default)
-
InstructionDefinitions
-
InstructionHierarchies
-
Instructions
-
InstructionSets
-
InstructionStatistics
-
ManagementGroups
-
Notifications
-
Permissions
-
Policies
-
Policy
-
PolicyAssignments
-
PrincipalRoleManagementGroups
-
PrincipalRoles
-
Principals
-
PrincipalSearch
-
ProductPacks
-
RelatedInstructionDefinitions
-
ResponseErrors
-
Responses
-
ResponseTemplates
-
Role
-
Rules
-
ScheduledInstructions
-
SecurableTypes
-
Settings
-
SystemInformation
-
SystemStatistics
-
Tasks
-
TriggerTemplates
-
ApplicableOperations
-
Using scope and filter expressions
-
How to guides
-
Introduction
-
Tachyon .NET Consumer SDK
-
Tachyon PowerShell Toolkit
-
Index
Entity - Custom property type
Page version: 11, last updated:
Verb | Request | Notes | Permissions required | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GET - All | /Consumer/CustomPropertyTypes | Gets list of all available custom property types | Following product pack related permissions
Following custom property related permission
Returns Unauthorized (401) if user does not have the required permissions. | ||||||||
GET - individual by id | /Consumer/CustomPropertyTypes/Id/{id} | Gets individual by id | Following product pack related permissions
Following custom property related permission
Returns Unauthorized (401) if user does not have the required permissions. | ||||||||
GET - individual by name | /Consumer/CustomPropertyTypes/Name/{name} | Gets individual by name | Following product pack related permissions
Following custom property related permission
Returns Unauthorized (401) if user does not have the required permissions. | ||||||||
POST | /Consumer/CustomPropertyTypes | Minimum API version 4.0 Creates a new custom property type Only non-system custom property types can be created.
| Requires 'Write' permissions on 'CustomProperty' securable type | ||||||||
PUT | /Consumer/CustomPropertyTypes | Minimum API version 4.0 Updates an existing custom property type. System custom property types cannot be modified.
| Requires 'Write' permissions on 'CustomProperty' securable type | ||||||||
DELETE | /Consumer/CustomPropertyTypes/Id/{id} | Minimum API version 4.0 Deletes an individual custom property type by its id. System custom property types cannot be deleted. Deleting a custom property type will cause all custom properties of this type and all of their values to be deleted. | Requires 'Write' permissions on 'CustomProperty' securable type | ||||||||
DELETE | /Consumer/CustomPropertyTypes/Name/{name} | Minimum API version 4.0 Deletes an individual custom property type by its name. System custom property types cannot be deleted. Deleting a custom property type will cause all custom properties of this type and all of their values to be deleted. | Requires 'Write' permissions on 'CustomProperty' securable type | ||||||||
DELETE | /Consumer/CustomPropertyTypes | Minimum API version 4.0 Deletes multiple custom property types. System custom property types cannot be deleted. Body of the request should contain an array of custom property types | Requires 'Write' permissions on 'CustomProperty' securable type |