Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1003 Bytes

File metadata and controls

28 lines (14 loc) · 1003 Bytes

VaultAccountTagAttachmentRejectedOperation

Properties

Name Type Description Notes
vaultAccountId string The ID of the vault account [default to undefined]
tagId string Tag ID [default to undefined]
action TagAttachmentOperationAction [default to undefined]
reason string Reason for rejection [default to undefined]

Enum: VaultAccountTagAttachmentRejectedOperationReasonEnum

  • CapacityExceeded (value: 'CAPACITY_EXCEEDED')

  • AttachmentAlreadyExists (value: 'ATTACHMENT_ALREADY_EXISTS')

  • AttachmentDoesNotExist (value: 'ATTACHMENT_DOES_NOT_EXIST')

  • PendingRequestExists (value: 'PENDING_REQUEST_EXISTS')

[Back to top] [Back to API list] [Back to Model list] [Back to README]