1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. Service

Service

    A service is a Pulumi construct that aggregates items and additional metadata that can be accessed by the service’s members.

    Properties

    • organizationName string required
      the name of the organization this service belongs to
    • owner ServiceMember required
      the owner of the service
    • type string required
      the type of the member (e.g. team / user)
    • name string required
      the login name of the member within Pulumi
    • avatarUrl string required
      an optional avatar URL for the member
    • 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
    • type string required
      the type of the member (e.g. team / user)
    • name string required
      the login name of the member within Pulumi
    • avatarUrl string required
      an optional avatar URL for the member
    • 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
    • key string required
      the name of the property
    • value string required
      the value of the property
    • type string required
      the type of the property
    • order integer required
      the position of the property