Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 2.67 KB

AccountGroupSearchResponseModel.md

File metadata and controls

27 lines (24 loc) · 2.67 KB

AccountGroupSearchResponseModel

Properties

Name Type Description Notes
legacy_account_id str The legacy account's ID. This property supports: sorting, filtering and searching. [optional]
provider_identifier str The account's cloud provider identifier. This property supports: sorting, filtering and searching. [optional]
provider_sub_type str The account's cloud provider sub-type. This property supports: sorting, filtering and searching. [optional]
provider_payment_type str The account's payment model. This property supports: sorting and filtering. [optional]
payer_identifier str The account's payer identifier. This property supports: sorting, filtering and searching. [optional]
parent_id str The account group's parent (ID only). This property supports: filtering. [optional]
parent BaseAccountInfo [optional]
grandparent BaseAccountInfo [optional]
include_all_accounts bool True if all accounts are included. Only applicable to MAVs. This property supports: filtering. [optional]
associated_account_attributes list[AccountAttributeBasicInfo] List of associated account attributes. This property supports: filtering. [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]