ServiceIdentifierOutput: {
    __typename?: "ServiceIdentifierOutput";
    createdDate: Scalars["DateTime"]["output"];
    expiryTime?: Maybe<Scalars["DateTime"]["output"]>;
    id: Scalars["String"]["output"];
    isActive: Scalars["Boolean"]["output"];
    secret?: Maybe<Scalars["String"]["output"]>;
    userId: Scalars["String"]["output"];
}

An object describing credentials that an autonomous service can use to authenticate with Notifi APIs

Type declaration

  • Optional__typename?: "ServiceIdentifierOutput"
  • createdDate: Scalars["DateTime"]["output"]

    The time at which the service identifier was created

  • OptionalexpiryTime?: Maybe<Scalars["DateTime"]["output"]>

    The time at which the service identifier will expire

  • id: Scalars["String"]["output"]

    The SID portion of the service identifier

  • isActive: Scalars["Boolean"]["output"]

    Whether or not the service identifier can be used to authenticate with Notifi

  • Optionalsecret?: Maybe<Scalars["String"]["output"]>

    Secrets will not be returned in future versions

  • userId: Scalars["String"]["output"]

    The internal ID of the user the service identifier authenticates