Interface GetWebPushCertificateInsertSerialOperationsParam

Hierarchy

  • GetWebPushCertificateInsertSerialOperationsParam

Properties

containerLinkId?: null | number

Link id of the container

Remarks

If it is null, contain link will not be created

Default Value

GetWebPushCertificateInsertSerialOperationsParam.deep.linkId if not provided or undefined

deep: DeepClient<Link<number>>

Deep Client

reservedLinkIds?: {
    containForUsesWebPushCertificateLinkId?: number;
    containForWebPushCertificateLinkId?: number;
    usesWebPushCertificateLinkId?: number;
    webPushCertificateLinkId?: number;
}

Reserved link ids that will be used in the serial operations

Type declaration

  • Optional containForUsesWebPushCertificateLinkId?: number

    Reserved link id for the contain for usesServiceAccount

  • Optional containForWebPushCertificateLinkId?: number

    Reserved link id for the contain

  • Optional usesWebPushCertificateLinkId?: number

    Reserved link id for the usesWebPushCertificate

  • Optional webPushCertificateLinkId?: number

    Reserved link id for the webPushCertificate

shouldMakeActive?: boolean

If true, the link will be made active by creating a UsesServiceAccount link pointing to it

Default Value

false

typeLinkIds?: {
    containTypeLinkId?: number;
    usesWebPushCertificateTypeLinkId?: number;
    webPushCertificateTypeLinkId?: number;
}

Link ids of types that will be used in the serial operations

Type declaration

  • Optional containTypeLinkId?: number

    Link id of the contain type

  • Optional usesWebPushCertificateTypeLinkId?: number

    Link id of the usesWebPushCertificate type

  • Optional webPushCertificateTypeLinkId?: number

    Link id of the webPushCertificate type

valueForContainForUsesWebPushCertificate?: string

Value of the contain link

Remarks

If containerLinkId is null, this will be ignored

valueForContainForWebPushCertificate?: string

Value of the contain link

Remarks

If containerLinkId is null, this will be ignored

webPushCertificate: string

Web Push Certificate

Generated using TypeDoc