Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 2.32 KB

AccountGroupResponseModel.md

File metadata and controls

26 lines (23 loc) · 2.32 KB

AccountGroupResponseModel

Properties

Name Type Description Notes
legacy_account_id str The legacy account's ID. This property supports: searching. [optional]
provider_identifier str The account's cloud provider identifier. This property supports: searching. [optional]
provider_sub_type str The account's cloud provider sub-type. This property supports: searching. [optional]
provider_payment_type str The account's payment model. [optional]
payer_identifier str The account's payer identifier. This property supports: searching. [optional]
parent_id str The account group's parent. [optional]
new_parent_assignment ParentAssignment [optional]
include_all_accounts bool Includes all accounts. [optional]
associated_account_attributes list[AccountAttributeBasicInfo] List of associated Account Attributes. [optional]
has_children bool Determines if the account group has children. [optional]
type str The account group's type. Valid types are General, Group, and MAV. This property supports: filtering and sorting. [optional]
provider str The account's cloud provider. This property supports: sorting, filtering and searching. [optional]
created_date datetime The account's creation date. This property supports: sorting and filtering. [optional]
has_pending_change bool True if the account has a pending change. [optional]
is_system_managed bool Setting to indicate whether an account is managed automatically. [optional]
credential_verification_status str Indicates the account's credential verification status. This property supports: sorting and filtering. [optional]
id str The account's ID. This property supports: sorting and filtering. [optional]
name str The account's name. This property supports: sorting, filtering and searching. [optional]

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