AsObject: {
    createdOn?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    dnsName: string;
    fqdn: string;
    id: string;
    lastAccess?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject;
    localFqdn: string;
    locationId: string;
    mainPart: boolean;
    name: string;
    robot: string;
    robotConfig?: google_protobuf_struct_pb.Struct.AsObject;
    secret: string;
    secretsList: appApi.SharedSecret.AsObject[];
    userSuppliedInfo?: google_protobuf_struct_pb.Struct.AsObject;
}

Type declaration

  • Optional createdOn?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • dnsName: string
  • fqdn: string
  • id: string
  • Optional lastAccess?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • Optional lastUpdated?: google_protobuf_timestamp_pb.Timestamp.AsObject
  • localFqdn: string
  • locationId: string
  • mainPart: boolean
  • name: string
  • robot: string
  • Optional robotConfig?: google_protobuf_struct_pb.Struct.AsObject
  • secret: string
  • secretsList: appApi.SharedSecret.AsObject[]
  • Optional userSuppliedInfo?: google_protobuf_struct_pb.Struct.AsObject

Generated using TypeDoc