ServiceCredentialExpirationNotifyRequest: {
    accountTenant: string;
    credentials: ServiceCredentialInfoRequest[];
    daysToExpire: number;
    ownerId: string;
}

Type declaration

  • accountTenant: string

    Tenant that represents the account related to the Service Credential

  • credentials: ServiceCredentialInfoRequest[]

    Information related to the Service Credential

  • daysToExpire: number

    Days until Service Credential expiration

  • ownerId: string

    ID of the Service Credential creator