You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Environment for base at Cheyenne Mountain",
25
25
"membership": "MANY_USERS",
26
-
"creationDate": 1474986518000,
26
+
"creationDate": "2017-08-15T12:00:00.000Z",
27
27
"organization": {
28
28
"id": "a9f93785-0545-4876-8241-3b19b9a86721",
29
29
"name": "sg1",
@@ -59,7 +59,7 @@ Attributes |
59
59
`name`<br/>*string* | The name of the environment
60
60
`description`<br/>*string* | The description of the environment
61
61
`membership`<br/>*string* | Type of membership of the environment. (e.g. ALL_ORG_USERS, MANY_USERS)
62
-
`creationDate`<br/>*long* | The date in [unix time](https://en.wikipedia.org/wiki/Unix_time) that the environment was created
62
+
`creationDate`<br/>*string* | The date in [ISO 8601](#https://en.wikipedia.org/wiki/ISO_8601) that the environment was created
63
63
`organization`<br/>*[Organization](#organizations)* | The organization of the environment<br/>*includes*: `id`, `name`, `entryPoint`
64
64
`serviceConnection`<br/>*[ServiceConnection](#service-connections)* | The service connection of the environment<br/>*includes*: `id`, `name`
65
65
`roles`<br/>*Array[[Role](#roles)]* | The roles of the environment with all the users assigned to them.<br/>*includes*: `id`, `name`, `isDefault`, `users.id`, `users.name`
`entryPoint`<br/>*string* | The entry point of the organization is the subdomain of the organization in the cloud.ca URL : `[entryPoint].cloud.ca`
71
+
`billableStartDate`<br/>*string* | The billable start date in [ISO 8601](#https://en.wikipedia.org/wiki/ISO_8601) of the organization
72
+
`isBillable`<br/>*boolean* | If the organization is billable this values is true, false otherwise
73
+
`tags`<br/>*Array[string]* | Tags associated to the organization
68
74
`parent`<br/>*[Organization](#organizations)* | If the organization is a sub-organization, it will have it's `parent` organization. *includes*:`id`,`name`
69
75
`environments`<br/>*Array[[Environment](#environments)]* | The environments belonging to the organization<br/>*includes*: `id`
70
76
`roles`<br/>*Array[[Role](#roles)]* | The system and environments roles belonging to the organization<br/>*includes*: `id`
`entryPoint`<br/>*string* | The entry point of the organization is the subdomain of the organization in the cloud.ca URL :<br/>`[entryPoint].cloud.ca`
138
+
`billableStartDate`<br/>*string* | The billable start date in [ISO 8601](#https://en.wikipedia.org/wiki/ISO_8601) of the organization
139
+
`isBillable`<br/>*boolean* | If the organization is billable this values is true, false otherwise
140
+
`tags`<br/>*Array[string]* | Tags associated to the organization
129
141
`parent`<br/>*[Organization](#organizations)* | If the organization is a sub-organization, it will have it's `parent` organization. *includes*:`id`,`name`
130
142
`environments`<br/>*Array[[Environment](#environments)]* | The environments belonging to the organization<br/>*includes*: `id`
131
143
`roles`<br/>*Array[[Role](#roles)]* | The system and environments roles belonging to the organization<br/>*includes*: `id`
`firstName`<br/>*string* | The first name of the user
61
61
`lastName`<br/>*string* | The last name of the user
62
62
`email`<br/>*string* | The email of the user
63
-
`creationDate`<br/>*long* | The date in [unix time](https://en.wikipedia.org/wiki/Unix_time) that the user was created
63
+
`creationDate`<br/>*string* | The date in [ISO 8601](#https://en.wikipedia.org/wiki/ISO_8601) that the user was created
64
64
`status`<br/>*string* | The current status of the user.
65
65
`organization`<br/>*[Organization](#organization)* | The organization to which the user belongs
66
66
`roles`<br/>*Array[[Role](#roles)]* | The system and environments roles that are assigned to the user<br/>*includes*: `id`, `name` and `environment.id`
0 commit comments