Resource: Entitlement
Details of the Entitlement resource.
JSON representation |
---|
{ "name": string, "cloudAccountDetails": { object ( |
Fields | |
---|---|
name |
Identifier. The name of the Entitlement resource with the format: projects/{project}/locations/{region}/entitlements/{entitlement} |
cloud |
Details of the OCI Cloud Account. |
entitlement |
Output only. Google Cloud Marketplace order ID (aka entitlement ID) |
state |
Output only. Entitlement State. |
CloudAccountDetails
Details of the OCI Cloud Account.
JSON representation |
---|
{ "cloudAccount": string, "cloudAccountHomeRegion": string, "linkExistingAccountUri": string, "accountCreationUri": string } |
Fields | |
---|---|
cloud |
Output only. OCI account name. |
cloud |
Output only. OCI account home region. |
link |
Output only. URL to link an existing account. |
account |
Output only. URL to create a new account and link. |
State
The various lifecycle states of the subscription.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default unspecified value. |
ACCOUNT_NOT_LINKED |
Account not linked. |
ACCOUNT_NOT_ACTIVE |
Account is linked but not active. |
ACTIVE |
Entitlement and Account are active. |
Methods |
|
---|---|
|
Lists the entitlements in a given project. |