Skip to main content
Pulumi logo Pulumi logo
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. GetServiceResponse

GetServiceResponse

    Response when requesting a service.

    Properties

    • service Service required
      The service details
    • organizationName string required
      the name of the organization this service belongs to
    • owner ServiceMember required
      the owner of the service
    • name string required
      the name of the service
    • description string required
      an optional description of the service
    • created string optional
      the time the service was create
    • members array[ServiceMember] required
      a list of members that have access to the service
    • itemCountSummary map[string]integer required
      item types to their count within the service based on the current user’s permissions
    • properties array[ServiceProperty] required
      an optional list of properties set on the service
    • items array[ServiceItem] required
      The list of service items
    • organizationName string required
      the name of the organization this item belongs to
    • type string required
      the type of the item
    • name string required
      the name (including any namespacing) of the item
    • version string optional
      optional field if the item has versioning
    • created string required
      timestamp of when the item was created
    • lastUpdate ServiceItemUpdate optional
      when did the last update occur to this item, if any
    • addedByUser ServiceMember optional
      who added the item reference to the service - this will always be a user
    • cloudCount integer required
      how many Pulumi cloud measured primitives are within this item
    • continuationToken string optional
      ContinuationToken is an opaque value the client can send to fetch additional items. Will be nil once all items have been returned.

      The infrastructure as code platform for any cloud.