GetServiceResponse
Response when requesting a service.
Properties
- The service details
- ↳
organizationNamestring requiredthe name of the organization this service belongs to - the owner of the service
- ↳
namestring requiredthe name of the service - ↳
descriptionstring requiredan optional description of the service - ↳
createdstring optionalthe time the service was create - a list of members that have access to the service
- ↳
itemCountSummarymap[string]integer requireditem types to their count within the service based on the current user’s permissions - an optional list of properties set on the service
- The list of service items
- ↳
organizationNamestring requiredthe name of the organization this item belongs to - ↳
typestring requiredthe type of the item - ↳
namestring requiredthe name (including any namespacing) of the item - ↳
versionstring optionaloptional field if the item has versioning - ↳
createdstring requiredtimestamp of when the item was created - when did the last update occur to this item, if any
- who added the item reference to the service - this will always be a user
- ↳
cloudCountinteger requiredhow many Pulumi cloud measured primitives are within this item continuationTokenstring optionalContinuationToken is an opaque value the client can send to fetch additional items. Will be nil once all items have been returned.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.