public sealed class CloudAccountDetails : IMessage<CloudAccountDetails>, IEquatable<CloudAccountDetails>, IDeepCloneable<CloudAccountDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class CloudAccountDetails.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eCloudAccountDetails\u003c/code\u003e class within the Google Cloud Oracle Database v1 API, representing the specifics of an OCI Cloud Account.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCloudAccountDetails\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides properties to access information about an OCI account, including \u003ccode\u003eCloudAccount\u003c/code\u003e, \u003ccode\u003eCloudAccountHomeRegion\u003c/code\u003e, and URLs for account creation (\u003ccode\u003eAccountCreationUri\u003c/code\u003e) or linking (\u003ccode\u003eLinkExistingAccountUri\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating new \u003ccode\u003eCloudAccountDetails\u003c/code\u003e objects and copying existing ones, and also has boolean properties for checking the presence of \u003ccode\u003eaccount_creation_uri\u003c/code\u003e and \u003ccode\u003elink_existing_account_uri\u003c/code\u003e fields.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCloudAccountDetails\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.OracleDatabase.V1\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.OracleDatabase.V1.dll\u003c/code\u003e assembly, and is available in versions 1.0.0 and 1.1.0 (latest).\u003c/p\u003e\n"]]],[],null,["# Oracle Database@Google Cloud v1 API - Class CloudAccountDetails (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.CloudAccountDetails)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.2.0/Google.Cloud.OracleDatabase.V1.CloudAccountDetails)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.1.0/Google.Cloud.OracleDatabase.V1.CloudAccountDetails)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/1.0.0/Google.Cloud.OracleDatabase.V1.CloudAccountDetails) \n\n public sealed class CloudAccountDetails : IMessage\u003cCloudAccountDetails\u003e, IEquatable\u003cCloudAccountDetails\u003e, IDeepCloneable\u003cCloudAccountDetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Oracle Database@Google Cloud v1 API class CloudAccountDetails.\n\nDetails of the OCI Cloud Account. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CloudAccountDetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CloudAccountDetails](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.CloudAccountDetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CloudAccountDetails](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.CloudAccountDetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CloudAccountDetails](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1.CloudAccountDetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.OracleDatabase.V1](/dotnet/docs/reference/Google.Cloud.OracleDatabase.V1/latest/Google.Cloud.OracleDatabase.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.OracleDatabase.V1.dll\n\nConstructors\n------------\n\n### CloudAccountDetails()\n\n public CloudAccountDetails()\n\n### CloudAccountDetails(CloudAccountDetails)\n\n public CloudAccountDetails(CloudAccountDetails other)\n\nProperties\n----------\n\n### AccountCreationUri\n\n public string AccountCreationUri { get; set; }\n\nOutput only. URL to create a new account and link.\n\n### CloudAccount\n\n public string CloudAccount { get; set; }\n\nOutput only. OCI account name.\n\n### CloudAccountHomeRegion\n\n public string CloudAccountHomeRegion { get; set; }\n\nOutput only. OCI account home region.\n\n### HasAccountCreationUri\n\n public bool HasAccountCreationUri { get; }\n\nGets whether the \"account_creation_uri\" field is set\n\n### HasLinkExistingAccountUri\n\n public bool HasLinkExistingAccountUri { get; }\n\nGets whether the \"link_existing_account_uri\" field is set\n\n### LinkExistingAccountUri\n\n public string LinkExistingAccountUri { get; set; }\n\nOutput only. URL to link an existing account."]]