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} |
cloudAccountDetails
|
Details of the OCI Cloud Account. |
entitlementId
|
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 | |
---|---|
cloudAccount
|
Output only. OCI account name. |
cloudAccountHomeRegion
|
Output only. OCI account home region. |
linkExistingAccountUri
|
Output only. URL to link an existing account. |
accountCreationUri
|
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. |
ACCOUNT_SUSPENDED
|
Account is suspended. |
NOT_APPROVED_IN_PRIVATE_MARKETPLACE
|
Entitlement is not approved in private marketplace. |
Methods |
|
---|---|
|
Lists the entitlements in a given project. |