CreatePrincipalAttributeKey
PrincipalAttributeService
CreatePrincipalAttributeKey
Create a principal attribute key.
POST
CreatePrincipalAttributeKey
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
CreatePrincipalAttributeKeyRequest is used to create a new principal attribute key.
CreatePrincipalAttributeKeyRequest is used to create a new principal attribute key.
PrincipalAttributeValueType enumerates the supported value types for a principal attribute key.
Available options:
PRINCIPAL_ATTRIBUTE_VALUE_TYPE_UNSPECIFIED, PRINCIPAL_ATTRIBUTE_VALUE_TYPE_ENUM, PRINCIPAL_ATTRIBUTE_VALUE_TYPE_BOOLEAN, PRINCIPAL_ATTRIBUTE_VALUE_TYPE_NUMBER, PRINCIPAL_ATTRIBUTE_VALUE_TYPE_SET_OF_ENUM Optional initial enum values to create alongside the key. Only applicable for ENUM type keys.