PermissionResourceResponse: {
    clientId?: string;
    createdAt: string;
    description?: string;
    id: string;
    name: string;
    type?: PermissionTypeResponse;
}

Type declaration

  • OptionalclientId?: string

    Resource's client ID from StackSpot IAM

  • createdAt: string

    Resource's creation timestamp

  • Optionaldescription?: string

    Resource's description

  • id: string

    Resource ID from StackSpot IAM

  • name: string

    Resource's name

  • Optionaltype?: PermissionTypeResponse