Hierarchy

  • GetServiceAccountInsertSerialOperationsParam

Properties

containerLinkId?: null | number

Link id of the container

Remarks

If it is null, contain link will not be created

Default Value

GetServiceAccountInsertSerialOperationsParam.deep.linkId if not provided or undefined

deep: DeepClient<Link<number>>

Deep Client

reservedLinkIds?: {
    containForServiceAccountLinkId?: number;
    containForUsesServiceAccountLinkId?: number;
    serviceAccountLinkId?: number;
    usesServiceAccountLinkId?: number;
}

Reserved link ids that will be used in the serial operations

Type declaration

  • Optional containForServiceAccountLinkId?: number

    Reserved link id for the contain

  • Optional containForUsesServiceAccountLinkId?: number

    Reserved link id for the contain for usesServiceAccount

  • Optional serviceAccountLinkId?: number

    Reserved link id for the serviceAccount

  • Optional usesServiceAccountLinkId?: number

    Reserved link id for the usesServiceAccount

serviceAccount: string

Service Account

shouldMakeActive?: boolean

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

Default Value

false

typeLinkIds?: {
    containTypeLinkId?: number;
    serviceAccountTypeLinkId?: number;
    usesServiceAccountTypeLinkId?: 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 serviceAccountTypeLinkId?: number

    Link id of the serviceAccount type

  • Optional usesServiceAccountTypeLinkId?: number

    Link id of the usesServiceAccount type

valueForContainForServiceAccount?: string

Value for the contain link for ServiceAccount

Remarks

If containerLinkId is null, this will be ignored

valueForContainForUsesServiceAccount?: string

Value for the contain link for UsesServiceAccount

Remarks

If containerLinkId is null, this will be ignored

Generated using TypeDoc