InlineOrg1
The properties of Org object
Properties
List of additional master organization ids.
The address of the organization.
The address of the organization.
The admin user email address.
The username of the admin.
The List of aggregate contract ids.
The List of children organizations.
The city related to the organization.
The company name of the organization.
The country of the organization.
The user who created the organization.
The description of the organizaion.
The display name of the organization.
The domain of the organization.
Unique identifier (GUID) of the organization.
Indicates if the organization is federated.
The metadata related to the organization.
The name of the organization.
The nature of the Organization.
Possible values are: ALL_NATURE , MSP , PARTNER , OPS_STOP , DISTRIBUTOR
Indicates if optOut flag true.
The type of the organization.
Possible values are: OPERATOR , PROVIDER , TENANT
The parent organization id of the organization.
Defines the Partner type of VMware
Possible values are: PARTNER , RESELLER , DIRECT_RESELLER
Defines the status of the Provider which can be TRIAL or PAID.
Possible values are: TRIAL , PAID
The type of the Provider.
Possible values are: STANDARD , ADDITIONAL
Seller which can have values AWS or VMWARE.
Possible values are: VMWARE , AWS
The spPrmId of the organization.
The state of the organization.
The status of the Organization.
Possible values are: ACTIVE , DISABLED
The tag of the organization.
Defines the Tenant type of the organization.
Possible values are: INTENRAL , DEFAULT
The user who updated the Organization.
The ZIP code of the organization.
JSON Example
{
"additionalMasterOrgIds": [
"string"
],
"addressLine1": "string",
"addressLine2": "string",
"adminUserEmail": "string",
"adminUserName": "string",
"aggregateContractIds": [
"string"
],
"alternatePrimaryContact": {
"email": "string",
"username": "string"
},
"childOrgIds": [
"string"
],
"city": "string",
"companyName": "string",
"configStatus": {
"configResults": [
{
"message": "string",
"state": "PAYMENT_METHOD_CONFIG_ERROR"
}
],
"configState": "SUCCESS",
"createTimestamp": 0,
"updateTimestamp": 0
},
"country": "string",
"createdByUserId": "string",
"description": "string",
"displayName": "string",
"domain": "string",
"id": "string",
"isFederated": false,
"metaData": {
"key": "string"
},
"name": "string",
"natures": "ALL_NATURE",
"optOut": false,
"orgType": "OPERATOR",
"parentOrgId": "string",
"partnerTypes": "PARTNER",
"primaryContact": {
"email": "string",
"username": "string"
},
"providerStatus": "TRIAL",
"providerType": "STANDARD",
"realm": "CPHUB",
"seller": "VMWARE",
"spPrmId": "string",
"state": "string",
"status": "ACTIVE",
"tag": "string",
"tenantType": "INTENRAL",
"updatedByUserId": "string",
"zip": "string"
}