SubscriptionTags ================ A custom information set on subscription level. Resource definition ------------------- .. literalinclude:: _static/SubscriptionTags.json :language: json +-------------------------+----------------------------+---------------------------------------------------------------------------+ | Name | Type | Description | +=========================+============================+===========================================================================+ | SubscriptionId | int | Identifier of the subscription | +-------------------------+----------------------------+---------------------------------------------------------------------------+ | Department | string | Free text added on Subscription level in Department field in Cloud-iQ. | +-------------------------+----------------------------+---------------------------------------------------------------------------+ | CostCenter | string | Free text added on Subscription level in Cost Center field in Cloud-iQ. | +-------------------------+----------------------------+---------------------------------------------------------------------------+ | Project | string | Free text added on Subscription level in Project field in Cloud-iQ. | +-------------------------+----------------------------+---------------------------------------------------------------------------+ | Owner | string | Free text added on Subscription level in Owner field in Cloud-iQ. | +-------------------------+----------------------------+---------------------------------------------------------------------------+ | Custom | string | Free text added on Subscription level in Custom field in Cloud-iQ. | +-------------------------+----------------------------+---------------------------------------------------------------------------+ | CreatedDate | DateTime | Date and time when tags were created | +-------------------------+----------------------------+---------------------------------------------------------------------------+ | ModifiedDate | DateTime | Date and time when tags were modified the last time | +-------------------------+----------------------------+---------------------------------------------------------------------------+ Operations on subscription tags ------------------------------- - :doc:`/scenarios/subscriptiontags-get` - :doc:`/scenarios/subscriptiontags-set`