Documentation ¶ Index ¶ func AppSegmentMicrotenantShare(ctx context.Context, service *zscaler.Service, applicationID string, ...) (*http.Response, error) type AppSegmentSharedToMicrotenant Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AppSegmentMicrotenantShare ¶ func AppSegmentMicrotenantShare(ctx context.Context, service *zscaler.Service, applicationID string, appSegmentRequest AppSegmentSharedToMicrotenant) (*http.Response, error) Types ¶ type AppSegmentSharedToMicrotenant ¶ type AppSegmentSharedToMicrotenant struct { ApplicationID string `json:"applicationId,omitempty"` ShareToMicrotenants []string `json:"shareToMicrotenants,omitempty"` MicroTenantID string `json:"microtenantId,omitempty"` } Source Files ¶ View all Source files applicationsegment_share.go Click to show internal directories. Click to hide internal directories.