vantage_sdk.cloud.cloud_account_schema
Cloud Account schema for Vantage API cloud accounts.
Classes
CloudAccount(*, id: int, provider: str, name: str, assistedCloudAccount: bool = False, description: str | None = None, attributes: Dict[str, Any] = <factory>, createdAt: datetime.datetime | None = None, updatedAt: datetime.datetime | None = None, inUse: bool = False) -> None
Cloud account model representing a registered cloud provider account.
Methods
get_attribute(self, key: str, default: Any = None) -> Any: Get a specific attribute value.