Versions in this module Expand all Collapse all v1 v1.0.1 Aug 22, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AssignmentPrincipal struct + PrincipalID *string + PrincipalMetadata map[string]*string + PrincipalType *string + func (ap AssignmentPrincipal) MarshalJSON() ([]byte, error) + type AuthorizationPoliciesClient struct + func NewAuthorizationPoliciesClient(subscriptionID string) AuthorizationPoliciesClient + func NewAuthorizationPoliciesClientWithBaseURI(baseURI string, subscriptionID string) AuthorizationPoliciesClient + func (client AuthorizationPoliciesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, ...) (result AuthorizationPolicyResourceFormat, err error) + func (client AuthorizationPoliciesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client AuthorizationPoliciesClient) CreateOrUpdateResponder(resp *http.Response) (result AuthorizationPolicyResourceFormat, err error) + func (client AuthorizationPoliciesClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client AuthorizationPoliciesClient) Get(ctx context.Context, resourceGroupName string, hubName string, ...) (result AuthorizationPolicyResourceFormat, err error) + func (client AuthorizationPoliciesClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client AuthorizationPoliciesClient) GetResponder(resp *http.Response) (result AuthorizationPolicyResourceFormat, err error) + func (client AuthorizationPoliciesClient) GetSender(req *http.Request) (*http.Response, error) + func (client AuthorizationPoliciesClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result AuthorizationPolicyListResultPage, err error) + func (client AuthorizationPoliciesClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result AuthorizationPolicyListResultIterator, err error) + func (client AuthorizationPoliciesClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client AuthorizationPoliciesClient) ListByHubResponder(resp *http.Response) (result AuthorizationPolicyListResult, err error) + func (client AuthorizationPoliciesClient) ListByHubSender(req *http.Request) (*http.Response, error) + func (client AuthorizationPoliciesClient) RegeneratePrimaryKey(ctx context.Context, resourceGroupName string, hubName string, ...) (result AuthorizationPolicy, err error) + func (client AuthorizationPoliciesClient) RegeneratePrimaryKeyPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client AuthorizationPoliciesClient) RegeneratePrimaryKeyResponder(resp *http.Response) (result AuthorizationPolicy, err error) + func (client AuthorizationPoliciesClient) RegeneratePrimaryKeySender(req *http.Request) (*http.Response, error) + func (client AuthorizationPoliciesClient) RegenerateSecondaryKey(ctx context.Context, resourceGroupName string, hubName string, ...) (result AuthorizationPolicy, err error) + func (client AuthorizationPoliciesClient) RegenerateSecondaryKeyPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client AuthorizationPoliciesClient) RegenerateSecondaryKeyResponder(resp *http.Response) (result AuthorizationPolicy, err error) + func (client AuthorizationPoliciesClient) RegenerateSecondaryKeySender(req *http.Request) (*http.Response, error) + type AuthorizationPolicy struct + Permissions *[]PermissionTypes + PolicyName *string + PrimaryKey *string + SecondaryKey *string + func (ap AuthorizationPolicy) MarshalJSON() ([]byte, error) + type AuthorizationPolicyListResult struct + NextLink *string + Value *[]AuthorizationPolicyResourceFormat + func (aplr AuthorizationPolicyListResult) IsEmpty() bool + type AuthorizationPolicyListResultIterator struct + func NewAuthorizationPolicyListResultIterator(page AuthorizationPolicyListResultPage) AuthorizationPolicyListResultIterator + func (iter *AuthorizationPolicyListResultIterator) Next() error + func (iter *AuthorizationPolicyListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter AuthorizationPolicyListResultIterator) NotDone() bool + func (iter AuthorizationPolicyListResultIterator) Response() AuthorizationPolicyListResult + func (iter AuthorizationPolicyListResultIterator) Value() AuthorizationPolicyResourceFormat + type AuthorizationPolicyListResultPage struct + func NewAuthorizationPolicyListResultPage(cur AuthorizationPolicyListResult, ...) AuthorizationPolicyListResultPage + func (page *AuthorizationPolicyListResultPage) Next() error + func (page *AuthorizationPolicyListResultPage) NextWithContext(ctx context.Context) (err error) + func (page AuthorizationPolicyListResultPage) NotDone() bool + func (page AuthorizationPolicyListResultPage) Response() AuthorizationPolicyListResult + func (page AuthorizationPolicyListResultPage) Values() []AuthorizationPolicyResourceFormat + type AuthorizationPolicyResourceFormat struct + ID *string + Name *string + Type *string + func (aprf *AuthorizationPolicyResourceFormat) UnmarshalJSON(body []byte) error + func (aprf AuthorizationPolicyResourceFormat) MarshalJSON() ([]byte, error) + type AzureBlobConnectorProperties struct + ConnectionKeyVaultURL *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CalculationWindowTypes string + const Day + const Hour + const Lifetime + const Month + const Week + func PossibleCalculationWindowTypesValues() []CalculationWindowTypes + type CardinalityTypes string + const ManyToMany + const OneToMany + const OneToOne + func PossibleCardinalityTypesValues() []CardinalityTypes + type CompletionOperationTypes string + const DeleteFile + const DoNothing + const MoveFile + func PossibleCompletionOperationTypesValues() []CompletionOperationTypes + type Connector struct + ConnectorID *int32 + ConnectorName *string + ConnectorProperties map[string]interface{} + ConnectorType ConnectorTypes + Created *date.Time + Description *string + DisplayName *string + IsInternal *bool + LastModified *date.Time + State ConnectorStates + TenantID *string + func (c Connector) MarshalJSON() ([]byte, error) + type ConnectorListResult struct + NextLink *string + Value *[]ConnectorResourceFormat + func (clr ConnectorListResult) IsEmpty() bool + type ConnectorListResultIterator struct + func NewConnectorListResultIterator(page ConnectorListResultPage) ConnectorListResultIterator + func (iter *ConnectorListResultIterator) Next() error + func (iter *ConnectorListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ConnectorListResultIterator) NotDone() bool + func (iter ConnectorListResultIterator) Response() ConnectorListResult + func (iter ConnectorListResultIterator) Value() ConnectorResourceFormat + type ConnectorListResultPage struct + func NewConnectorListResultPage(cur ConnectorListResult, ...) ConnectorListResultPage + func (page *ConnectorListResultPage) Next() error + func (page *ConnectorListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ConnectorListResultPage) NotDone() bool + func (page ConnectorListResultPage) Response() ConnectorListResult + func (page ConnectorListResultPage) Values() []ConnectorResourceFormat + type ConnectorMapping struct + ConnectorMappingName *string + ConnectorName *string + ConnectorType ConnectorTypes + Created *date.Time + DataFormatID *string + Description *string + DisplayName *string + EntityType EntityTypes + EntityTypeName *string + LastModified *date.Time + MappingProperties *ConnectorMappingProperties + NextRunTime *date.Time + RunID *string + State ConnectorMappingStates + TenantID *string + func (cm ConnectorMapping) MarshalJSON() ([]byte, error) + type ConnectorMappingAvailability struct + Frequency FrequencyTypes + Interval *int32 + type ConnectorMappingCompleteOperation struct + CompletionOperationType CompletionOperationTypes + DestinationFolder *string + type ConnectorMappingErrorManagement struct + ErrorLimit *int32 + ErrorManagementType ErrorManagementTypes + type ConnectorMappingFormat struct + AcceptLanguage *string + ArraySeparator *string + ColumnDelimiter *string + FormatType *string + QuoteCharacter *string + QuoteEscapeCharacter *string + type ConnectorMappingListResult struct + NextLink *string + Value *[]ConnectorMappingResourceFormat + func (cmlr ConnectorMappingListResult) IsEmpty() bool + type ConnectorMappingListResultIterator struct + func NewConnectorMappingListResultIterator(page ConnectorMappingListResultPage) ConnectorMappingListResultIterator + func (iter *ConnectorMappingListResultIterator) Next() error + func (iter *ConnectorMappingListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ConnectorMappingListResultIterator) NotDone() bool + func (iter ConnectorMappingListResultIterator) Response() ConnectorMappingListResult + func (iter ConnectorMappingListResultIterator) Value() ConnectorMappingResourceFormat + type ConnectorMappingListResultPage struct + func NewConnectorMappingListResultPage(cur ConnectorMappingListResult, ...) ConnectorMappingListResultPage + func (page *ConnectorMappingListResultPage) Next() error + func (page *ConnectorMappingListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ConnectorMappingListResultPage) NotDone() bool + func (page ConnectorMappingListResultPage) Response() ConnectorMappingListResult + func (page ConnectorMappingListResultPage) Values() []ConnectorMappingResourceFormat + type ConnectorMappingProperties struct + Availability *ConnectorMappingAvailability + CompleteOperation *ConnectorMappingCompleteOperation + ErrorManagement *ConnectorMappingErrorManagement + FileFilter *string + FolderPath *string + Format *ConnectorMappingFormat + HasHeader *bool + Structure *[]ConnectorMappingStructure + type ConnectorMappingResourceFormat struct + ID *string + Name *string + Type *string + func (cmrf *ConnectorMappingResourceFormat) UnmarshalJSON(body []byte) error + func (cmrf ConnectorMappingResourceFormat) MarshalJSON() ([]byte, error) + type ConnectorMappingStates string + const Created + const Creating + const Expiring + const Failed + const Ready + const Running + const Stopped + func PossibleConnectorMappingStatesValues() []ConnectorMappingStates + type ConnectorMappingStructure struct + ColumnName *string + CustomFormatSpecifier *string + IsEncrypted *bool + PropertyName *string + type ConnectorMappingsClient struct + func NewConnectorMappingsClient(subscriptionID string) ConnectorMappingsClient + func NewConnectorMappingsClientWithBaseURI(baseURI string, subscriptionID string) ConnectorMappingsClient + func (client ConnectorMappingsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, ...) (result ConnectorMappingResourceFormat, err error) + func (client ConnectorMappingsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ConnectorMappingsClient) CreateOrUpdateResponder(resp *http.Response) (result ConnectorMappingResourceFormat, err error) + func (client ConnectorMappingsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ConnectorMappingsClient) Delete(ctx context.Context, resourceGroupName string, hubName string, ...) (result autorest.Response, err error) + func (client ConnectorMappingsClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ConnectorMappingsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ConnectorMappingsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ConnectorMappingsClient) Get(ctx context.Context, resourceGroupName string, hubName string, ...) (result ConnectorMappingResourceFormat, err error) + func (client ConnectorMappingsClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ConnectorMappingsClient) GetResponder(resp *http.Response) (result ConnectorMappingResourceFormat, err error) + func (client ConnectorMappingsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ConnectorMappingsClient) ListByConnector(ctx context.Context, resourceGroupName string, hubName string, ...) (result ConnectorMappingListResultPage, err error) + func (client ConnectorMappingsClient) ListByConnectorComplete(ctx context.Context, resourceGroupName string, hubName string, ...) (result ConnectorMappingListResultIterator, err error) + func (client ConnectorMappingsClient) ListByConnectorPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ConnectorMappingsClient) ListByConnectorResponder(resp *http.Response) (result ConnectorMappingListResult, err error) + func (client ConnectorMappingsClient) ListByConnectorSender(req *http.Request) (*http.Response, error) + type ConnectorResourceFormat struct + ID *string + Name *string + Type *string + func (crf *ConnectorResourceFormat) UnmarshalJSON(body []byte) error + func (crf ConnectorResourceFormat) MarshalJSON() ([]byte, error) + type ConnectorStates string + const ConnectorStatesCreated + const ConnectorStatesCreating + const ConnectorStatesDeleting + const ConnectorStatesExpiring + const ConnectorStatesFailed + const ConnectorStatesReady + func PossibleConnectorStatesValues() []ConnectorStates + type ConnectorTypes string + const AzureBlob + const CRM + const ExchangeOnline + const None + const Outbound + const Salesforce + func PossibleConnectorTypesValues() []ConnectorTypes + type ConnectorsClient struct + func NewConnectorsClient(subscriptionID string) ConnectorsClient + func NewConnectorsClientWithBaseURI(baseURI string, subscriptionID string) ConnectorsClient + func (client ConnectorsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, ...) (result ConnectorsCreateOrUpdateFuture, err error) + func (client ConnectorsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ConnectorsClient) CreateOrUpdateResponder(resp *http.Response) (result ConnectorResourceFormat, err error) + func (client ConnectorsClient) CreateOrUpdateSender(req *http.Request) (future ConnectorsCreateOrUpdateFuture, err error) + func (client ConnectorsClient) Delete(ctx context.Context, resourceGroupName string, hubName string, ...) (result ConnectorsDeleteFuture, err error) + func (client ConnectorsClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ConnectorsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ConnectorsClient) DeleteSender(req *http.Request) (future ConnectorsDeleteFuture, err error) + func (client ConnectorsClient) Get(ctx context.Context, resourceGroupName string, hubName string, ...) (result ConnectorResourceFormat, err error) + func (client ConnectorsClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ConnectorsClient) GetResponder(resp *http.Response) (result ConnectorResourceFormat, err error) + func (client ConnectorsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ConnectorsClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result ConnectorListResultPage, err error) + func (client ConnectorsClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result ConnectorListResultIterator, err error) + func (client ConnectorsClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client ConnectorsClient) ListByHubResponder(resp *http.Response) (result ConnectorListResult, err error) + func (client ConnectorsClient) ListByHubSender(req *http.Request) (*http.Response, error) + type ConnectorsCreateOrUpdateFuture struct + Result func(ConnectorsClient) (ConnectorResourceFormat, error) + func (future *ConnectorsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ConnectorsDeleteFuture struct + Result func(ConnectorsClient) (autorest.Response, error) + func (future *ConnectorsDeleteFuture) UnmarshalJSON(body []byte) error + type CrmConnectorEntities struct + DisplayName *string + IsProfile *bool + LogicalName *string + type CrmConnectorProperties struct + AccessToken *string + ConnectionString *string + Entities *[]CrmConnectorEntities + OrganizationID *string + OrganizationURL *string + type DataSource struct + DataSourceReferenceID *string + DataSourceType DataSourceType + ID *int32 + Name *string + Status Status + func (ds DataSource) MarshalJSON() ([]byte, error) + type DataSourcePrecedence struct + Precedence *int32 + func (dsp *DataSourcePrecedence) UnmarshalJSON(body []byte) error + func (dsp DataSourcePrecedence) MarshalJSON() ([]byte, error) + type DataSourceType string + const DataSourceTypeConnector + const DataSourceTypeLinkInteraction + const DataSourceTypeSystemDefault + func PossibleDataSourceTypeValues() []DataSourceType + type EnrichingKpi struct + Aliases *[]KpiAlias + CalculationWindow CalculationWindowTypes + CalculationWindowFieldName *string + Description map[string]*string + DisplayName map[string]*string + EntityType EntityTypes + EntityTypeName *string + Expression *string + Extracts *[]KpiExtract + Filter *string + Function KpiFunctions + GroupBy *[]string + GroupByMetadata *[]KpiGroupByMetadata + KpiName *string + ParticipantProfilesMetadata *[]KpiParticipantProfilesMetadata + ProvisioningState ProvisioningStates + TenantID *string + ThresHolds *KpiThresholds + Unit *string + func (ek EnrichingKpi) MarshalJSON() ([]byte, error) + type EntityTypeDefinition struct + APIEntitySetName *string + Attributes map[string][]string + Description map[string]*string + DisplayName map[string]*string + EntityType EntityTypes + Fields *[]PropertyDefinition + InstancesCount *int32 + LargeImage *string + LastChangedUtc *date.Time + LocalizedAttributes map[string]map[string]*string + MediumImage *string + ProvisioningState ProvisioningStates + SchemaItemTypeLink *string + SmallImage *string + TenantID *string + TimestampFieldName *string + TypeName *string + func (etd EntityTypeDefinition) MarshalJSON() ([]byte, error) + type EntityTypes string + const EntityTypesInteraction + const EntityTypesNone + const EntityTypesProfile + const EntityTypesRelationship + func PossibleEntityTypesValues() []EntityTypes + type ErrorManagementTypes string + const RejectAndContinue + const RejectUntilLimit + const StopImport + func PossibleErrorManagementTypesValues() []ErrorManagementTypes + type FrequencyTypes string + const FrequencyTypesDay + const FrequencyTypesHour + const FrequencyTypesMinute + const FrequencyTypesMonth + const FrequencyTypesWeek + func PossibleFrequencyTypesValues() []FrequencyTypes + type GetImageUploadURLInput struct + EntityType *string + EntityTypeName *string + RelativePath *string + type Hub struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (h *Hub) UnmarshalJSON(body []byte) error + func (h Hub) MarshalJSON() ([]byte, error) + type HubBillingInfoFormat struct + MaxUnits *int32 + MinUnits *int32 + SkuName *string + type HubListResult struct + NextLink *string + Value *[]Hub + func (hlr HubListResult) IsEmpty() bool + type HubListResultIterator struct + func NewHubListResultIterator(page HubListResultPage) HubListResultIterator + func (iter *HubListResultIterator) Next() error + func (iter *HubListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter HubListResultIterator) NotDone() bool + func (iter HubListResultIterator) Response() HubListResult + func (iter HubListResultIterator) Value() Hub + type HubListResultPage struct + func NewHubListResultPage(cur HubListResult, ...) HubListResultPage + func (page *HubListResultPage) Next() error + func (page *HubListResultPage) NextWithContext(ctx context.Context) (err error) + func (page HubListResultPage) NotDone() bool + func (page HubListResultPage) Response() HubListResult + func (page HubListResultPage) Values() []Hub + type HubPropertiesFormat struct + APIEndpoint *string + HubBillingInfo *HubBillingInfoFormat + ProvisioningState *string + TenantFeatures *int32 + WebEndpoint *string + func (hpf HubPropertiesFormat) MarshalJSON() ([]byte, error) + type HubsClient struct + func NewHubsClient(subscriptionID string) HubsClient + func NewHubsClientWithBaseURI(baseURI string, subscriptionID string) HubsClient + func (client HubsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, parameters Hub) (result Hub, err error) + func (client HubsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, parameters Hub) (*http.Request, error) + func (client HubsClient) CreateOrUpdateResponder(resp *http.Response) (result Hub, err error) + func (client HubsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client HubsClient) Delete(ctx context.Context, resourceGroupName string, hubName string) (result HubsDeleteFuture, err error) + func (client HubsClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client HubsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client HubsClient) DeleteSender(req *http.Request) (future HubsDeleteFuture, err error) + func (client HubsClient) Get(ctx context.Context, resourceGroupName string, hubName string) (result Hub, err error) + func (client HubsClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client HubsClient) GetResponder(resp *http.Response) (result Hub, err error) + func (client HubsClient) GetSender(req *http.Request) (*http.Response, error) + func (client HubsClient) List(ctx context.Context) (result HubListResultPage, err error) + func (client HubsClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result HubListResultPage, err error) + func (client HubsClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result HubListResultIterator, err error) + func (client HubsClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client HubsClient) ListByResourceGroupResponder(resp *http.Response) (result HubListResult, err error) + func (client HubsClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client HubsClient) ListComplete(ctx context.Context) (result HubListResultIterator, err error) + func (client HubsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client HubsClient) ListResponder(resp *http.Response) (result HubListResult, err error) + func (client HubsClient) ListSender(req *http.Request) (*http.Response, error) + func (client HubsClient) Update(ctx context.Context, resourceGroupName string, hubName string, parameters Hub) (result Hub, err error) + func (client HubsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, parameters Hub) (*http.Request, error) + func (client HubsClient) UpdateResponder(resp *http.Response) (result Hub, err error) + func (client HubsClient) UpdateSender(req *http.Request) (*http.Response, error) + type HubsDeleteFuture struct + Result func(HubsClient) (autorest.Response, error) + func (future *HubsDeleteFuture) UnmarshalJSON(body []byte) error + type ImageDefinition struct + ContentURL *string + ImageExists *bool + RelativePath *string + type ImagesClient struct + func NewImagesClient(subscriptionID string) ImagesClient + func NewImagesClientWithBaseURI(baseURI string, subscriptionID string) ImagesClient + func (client ImagesClient) GetUploadURLForData(ctx context.Context, resourceGroupName string, hubName string, ...) (result ImageDefinition, err error) + func (client ImagesClient) GetUploadURLForDataPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ImagesClient) GetUploadURLForDataResponder(resp *http.Response) (result ImageDefinition, err error) + func (client ImagesClient) GetUploadURLForDataSender(req *http.Request) (*http.Response, error) + func (client ImagesClient) GetUploadURLForEntityType(ctx context.Context, resourceGroupName string, hubName string, ...) (result ImageDefinition, err error) + func (client ImagesClient) GetUploadURLForEntityTypePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ImagesClient) GetUploadURLForEntityTypeResponder(resp *http.Response) (result ImageDefinition, err error) + func (client ImagesClient) GetUploadURLForEntityTypeSender(req *http.Request) (*http.Response, error) + type InstanceOperationType string + const Delete + const Upsert + func PossibleInstanceOperationTypeValues() []InstanceOperationType + type InteractionListResult struct + NextLink *string + Value *[]InteractionResourceFormat + func (ilr InteractionListResult) IsEmpty() bool + type InteractionListResultIterator struct + func NewInteractionListResultIterator(page InteractionListResultPage) InteractionListResultIterator + func (iter *InteractionListResultIterator) Next() error + func (iter *InteractionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter InteractionListResultIterator) NotDone() bool + func (iter InteractionListResultIterator) Response() InteractionListResult + func (iter InteractionListResultIterator) Value() InteractionResourceFormat + type InteractionListResultPage struct + func NewInteractionListResultPage(cur InteractionListResult, ...) InteractionListResultPage + func (page *InteractionListResultPage) Next() error + func (page *InteractionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page InteractionListResultPage) NotDone() bool + func (page InteractionListResultPage) Response() InteractionListResult + func (page InteractionListResultPage) Values() []InteractionResourceFormat + type InteractionResourceFormat struct + ID *string + Name *string + Type *string + func (irf *InteractionResourceFormat) UnmarshalJSON(body []byte) error + func (irf InteractionResourceFormat) MarshalJSON() ([]byte, error) + type InteractionTypeDefinition struct + APIEntitySetName *string + Attributes map[string][]string + DataSourcePrecedenceRules *[]DataSourcePrecedence + Description map[string]*string + DisplayName map[string]*string + EntityType EntityTypes + Fields *[]PropertyDefinition + IDPropertyNames *[]string + InstancesCount *int32 + IsActivity *bool + LargeImage *string + LastChangedUtc *date.Time + LocalizedAttributes map[string]map[string]*string + MediumImage *string + ParticipantProfiles *[]Participant + PrimaryParticipantProfilePropertyName *string + ProvisioningState ProvisioningStates + SchemaItemTypeLink *string + SmallImage *string + TenantID *string + TimestampFieldName *string + TypeName *string + func (itd *InteractionTypeDefinition) UnmarshalJSON(body []byte) error + func (itd InteractionTypeDefinition) MarshalJSON() ([]byte, error) + type InteractionsClient struct + func NewInteractionsClient(subscriptionID string) InteractionsClient + func NewInteractionsClientWithBaseURI(baseURI string, subscriptionID string) InteractionsClient + func (client InteractionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, ...) (result InteractionsCreateOrUpdateFuture, err error) + func (client InteractionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client InteractionsClient) CreateOrUpdateResponder(resp *http.Response) (result InteractionResourceFormat, err error) + func (client InteractionsClient) CreateOrUpdateSender(req *http.Request) (future InteractionsCreateOrUpdateFuture, err error) + func (client InteractionsClient) Get(ctx context.Context, resourceGroupName string, hubName string, ...) (result InteractionResourceFormat, err error) + func (client InteractionsClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client InteractionsClient) GetResponder(resp *http.Response) (result InteractionResourceFormat, err error) + func (client InteractionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client InteractionsClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string, ...) (result InteractionListResultPage, err error) + func (client InteractionsClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string, ...) (result InteractionListResultIterator, err error) + func (client InteractionsClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client InteractionsClient) ListByHubResponder(resp *http.Response) (result InteractionListResult, err error) + func (client InteractionsClient) ListByHubSender(req *http.Request) (*http.Response, error) + func (client InteractionsClient) SuggestRelationshipLinks(ctx context.Context, resourceGroupName string, hubName string, ...) (result SuggestRelationshipLinksResponse, err error) + func (client InteractionsClient) SuggestRelationshipLinksPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client InteractionsClient) SuggestRelationshipLinksResponder(resp *http.Response) (result SuggestRelationshipLinksResponse, err error) + func (client InteractionsClient) SuggestRelationshipLinksSender(req *http.Request) (*http.Response, error) + type InteractionsCreateOrUpdateFuture struct + Result func(InteractionsClient) (InteractionResourceFormat, error) + func (future *InteractionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type KpiAlias struct + AliasName *string + Expression *string + type KpiClient struct + func NewKpiClient(subscriptionID string) KpiClient + func NewKpiClientWithBaseURI(baseURI string, subscriptionID string) KpiClient + func (client KpiClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, kpiName string, ...) (result KpiCreateOrUpdateFuture, err error) + func (client KpiClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, kpiName string, ...) (*http.Request, error) + func (client KpiClient) CreateOrUpdateResponder(resp *http.Response) (result KpiResourceFormat, err error) + func (client KpiClient) CreateOrUpdateSender(req *http.Request) (future KpiCreateOrUpdateFuture, err error) + func (client KpiClient) Delete(ctx context.Context, resourceGroupName string, hubName string, kpiName string) (result KpiDeleteFuture, err error) + func (client KpiClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string, kpiName string) (*http.Request, error) + func (client KpiClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client KpiClient) DeleteSender(req *http.Request) (future KpiDeleteFuture, err error) + func (client KpiClient) Get(ctx context.Context, resourceGroupName string, hubName string, kpiName string) (result KpiResourceFormat, err error) + func (client KpiClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, kpiName string) (*http.Request, error) + func (client KpiClient) GetResponder(resp *http.Response) (result KpiResourceFormat, err error) + func (client KpiClient) GetSender(req *http.Request) (*http.Response, error) + func (client KpiClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result KpiListResultPage, err error) + func (client KpiClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result KpiListResultIterator, err error) + func (client KpiClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client KpiClient) ListByHubResponder(resp *http.Response) (result KpiListResult, err error) + func (client KpiClient) ListByHubSender(req *http.Request) (*http.Response, error) + func (client KpiClient) Reprocess(ctx context.Context, resourceGroupName string, hubName string, kpiName string) (result autorest.Response, err error) + func (client KpiClient) ReprocessPreparer(ctx context.Context, resourceGroupName string, hubName string, kpiName string) (*http.Request, error) + func (client KpiClient) ReprocessResponder(resp *http.Response) (result autorest.Response, err error) + func (client KpiClient) ReprocessSender(req *http.Request) (*http.Response, error) + type KpiCreateOrUpdateFuture struct + Result func(KpiClient) (KpiResourceFormat, error) + func (future *KpiCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type KpiDefinition struct + Aliases *[]KpiAlias + CalculationWindow CalculationWindowTypes + CalculationWindowFieldName *string + Description map[string]*string + DisplayName map[string]*string + EntityType EntityTypes + EntityTypeName *string + Expression *string + Extracts *[]KpiExtract + Filter *string + Function KpiFunctions + GroupBy *[]string + GroupByMetadata *[]KpiGroupByMetadata + KpiName *string + ParticipantProfilesMetadata *[]KpiParticipantProfilesMetadata + ProvisioningState ProvisioningStates + TenantID *string + ThresHolds *KpiThresholds + Unit *string + func (kd KpiDefinition) MarshalJSON() ([]byte, error) + type KpiDeleteFuture struct + Result func(KpiClient) (autorest.Response, error) + func (future *KpiDeleteFuture) UnmarshalJSON(body []byte) error + type KpiExtract struct + Expression *string + ExtractName *string + type KpiFunctions string + const KpiFunctionsAvg + const KpiFunctionsCount + const KpiFunctionsCountDistinct + const KpiFunctionsLast + const KpiFunctionsMax + const KpiFunctionsMin + const KpiFunctionsNone + const KpiFunctionsSum + func PossibleKpiFunctionsValues() []KpiFunctions + type KpiGroupByMetadata struct + DisplayName map[string]*string + FieldName *string + FieldType *string + func (kgbm KpiGroupByMetadata) MarshalJSON() ([]byte, error) + type KpiListResult struct + NextLink *string + Value *[]KpiResourceFormat + func (klr KpiListResult) IsEmpty() bool + type KpiListResultIterator struct + func NewKpiListResultIterator(page KpiListResultPage) KpiListResultIterator + func (iter *KpiListResultIterator) Next() error + func (iter *KpiListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter KpiListResultIterator) NotDone() bool + func (iter KpiListResultIterator) Response() KpiListResult + func (iter KpiListResultIterator) Value() KpiResourceFormat + type KpiListResultPage struct + func NewKpiListResultPage(cur KpiListResult, ...) KpiListResultPage + func (page *KpiListResultPage) Next() error + func (page *KpiListResultPage) NextWithContext(ctx context.Context) (err error) + func (page KpiListResultPage) NotDone() bool + func (page KpiListResultPage) Response() KpiListResult + func (page KpiListResultPage) Values() []KpiResourceFormat + type KpiParticipantProfilesMetadata struct + TypeName *string + type KpiResourceFormat struct + ID *string + Name *string + Type *string + func (krf *KpiResourceFormat) UnmarshalJSON(body []byte) error + func (krf KpiResourceFormat) MarshalJSON() ([]byte, error) + type KpiThresholds struct + IncreasingKpi *bool + LowerLimit *decimal.Decimal + UpperLimit *decimal.Decimal + type LinkDefinition struct + Description map[string]*string + DisplayName map[string]*string + LinkName *string + Mappings *[]TypePropertiesMapping + OperationType InstanceOperationType + ParticipantPropertyReferences *[]ParticipantPropertyReference + ProvisioningState ProvisioningStates + ReferenceOnly *bool + SourceInteractionType *string + TargetProfileType *string + TenantID *string + func (ld LinkDefinition) MarshalJSON() ([]byte, error) + type LinkListResult struct + NextLink *string + Value *[]LinkResourceFormat + func (llr LinkListResult) IsEmpty() bool + type LinkListResultIterator struct + func NewLinkListResultIterator(page LinkListResultPage) LinkListResultIterator + func (iter *LinkListResultIterator) Next() error + func (iter *LinkListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter LinkListResultIterator) NotDone() bool + func (iter LinkListResultIterator) Response() LinkListResult + func (iter LinkListResultIterator) Value() LinkResourceFormat + type LinkListResultPage struct + func NewLinkListResultPage(cur LinkListResult, ...) LinkListResultPage + func (page *LinkListResultPage) Next() error + func (page *LinkListResultPage) NextWithContext(ctx context.Context) (err error) + func (page LinkListResultPage) NotDone() bool + func (page LinkListResultPage) Response() LinkListResult + func (page LinkListResultPage) Values() []LinkResourceFormat + type LinkResourceFormat struct + ID *string + Name *string + Type *string + func (lrf *LinkResourceFormat) UnmarshalJSON(body []byte) error + func (lrf LinkResourceFormat) MarshalJSON() ([]byte, error) + type LinkTypes string + const CopyIfNull + const UpdateAlways + func PossibleLinkTypesValues() []LinkTypes + type LinksClient struct + func NewLinksClient(subscriptionID string) LinksClient + func NewLinksClientWithBaseURI(baseURI string, subscriptionID string) LinksClient + func (client LinksClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, linkName string, ...) (result LinksCreateOrUpdateFuture, err error) + func (client LinksClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, linkName string, ...) (*http.Request, error) + func (client LinksClient) CreateOrUpdateResponder(resp *http.Response) (result LinkResourceFormat, err error) + func (client LinksClient) CreateOrUpdateSender(req *http.Request) (future LinksCreateOrUpdateFuture, err error) + func (client LinksClient) Delete(ctx context.Context, resourceGroupName string, hubName string, linkName string) (result autorest.Response, err error) + func (client LinksClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string, linkName string) (*http.Request, error) + func (client LinksClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client LinksClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client LinksClient) Get(ctx context.Context, resourceGroupName string, hubName string, linkName string) (result LinkResourceFormat, err error) + func (client LinksClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, linkName string) (*http.Request, error) + func (client LinksClient) GetResponder(resp *http.Response) (result LinkResourceFormat, err error) + func (client LinksClient) GetSender(req *http.Request) (*http.Response, error) + func (client LinksClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result LinkListResultPage, err error) + func (client LinksClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result LinkListResultIterator, err error) + func (client LinksClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client LinksClient) ListByHubResponder(resp *http.Response) (result LinkListResult, err error) + func (client LinksClient) ListByHubSender(req *http.Request) (*http.Response, error) + type LinksCreateOrUpdateFuture struct + Result func(LinksClient) (LinkResourceFormat, error) + func (future *LinksCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ListKpiDefinition struct + Value *[]KpiDefinition + type MetadataDefinitionBase struct + Attributes map[string][]string + Description map[string]*string + DisplayName map[string]*string + LargeImage *string + LocalizedAttributes map[string]map[string]*string + MediumImage *string + SmallImage *string + func (mdb MetadataDefinitionBase) MarshalJSON() ([]byte, error) + type Operation struct + Display *OperationDisplay + Name *string + func (o Operation) MarshalJSON() ([]byte, error) + type OperationDisplay struct + Operation *string + Provider *string + Resource *string + func (o OperationDisplay) MarshalJSON() ([]byte, error) + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + func (olr OperationListResult) MarshalJSON() ([]byte, error) + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(cur OperationListResult, ...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type Participant struct + Description map[string]*string + DisplayName map[string]*string + ParticipantName *string + ParticipantPropertyReferences *[]ParticipantPropertyReference + ProfileTypeName *string + Role *string + func (p Participant) MarshalJSON() ([]byte, error) + type ParticipantPropertyReference struct + InteractionPropertyName *string + ProfilePropertyName *string + type PermissionTypes string + const Manage + const Read + const Write + func PossiblePermissionTypesValues() []PermissionTypes + type ProfileEnumValidValuesFormat struct + LocalizedValueNames map[string]*string + Value *int32 + func (pevvf ProfileEnumValidValuesFormat) MarshalJSON() ([]byte, error) + type ProfileListResult struct + NextLink *string + Value *[]ProfileResourceFormat + func (plr ProfileListResult) IsEmpty() bool + type ProfileListResultIterator struct + func NewProfileListResultIterator(page ProfileListResultPage) ProfileListResultIterator + func (iter *ProfileListResultIterator) Next() error + func (iter *ProfileListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ProfileListResultIterator) NotDone() bool + func (iter ProfileListResultIterator) Response() ProfileListResult + func (iter ProfileListResultIterator) Value() ProfileResourceFormat + type ProfileListResultPage struct + func NewProfileListResultPage(cur ProfileListResult, ...) ProfileListResultPage + func (page *ProfileListResultPage) Next() error + func (page *ProfileListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ProfileListResultPage) NotDone() bool + func (page ProfileListResultPage) Response() ProfileListResult + func (page ProfileListResultPage) Values() []ProfileResourceFormat + type ProfileResourceFormat struct + ID *string + Name *string + Type *string + func (prf *ProfileResourceFormat) UnmarshalJSON(body []byte) error + func (prf ProfileResourceFormat) MarshalJSON() ([]byte, error) + type ProfileTypeDefinition struct + APIEntitySetName *string + Attributes map[string][]string + Description map[string]*string + DisplayName map[string]*string + EntityType EntityTypes + Fields *[]PropertyDefinition + InstancesCount *int32 + LargeImage *string + LastChangedUtc *date.Time + LocalizedAttributes map[string]map[string]*string + MediumImage *string + ProvisioningState ProvisioningStates + SchemaItemTypeLink *string + SmallImage *string + StrongIds *[]StrongID + TenantID *string + TimestampFieldName *string + TypeName *string + func (ptd ProfileTypeDefinition) MarshalJSON() ([]byte, error) + type ProfilesClient struct + func NewProfilesClient(subscriptionID string) ProfilesClient + func NewProfilesClientWithBaseURI(baseURI string, subscriptionID string) ProfilesClient + func (client ProfilesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, ...) (result ProfilesCreateOrUpdateFuture, err error) + func (client ProfilesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ProfilesClient) CreateOrUpdateResponder(resp *http.Response) (result ProfileResourceFormat, err error) + func (client ProfilesClient) CreateOrUpdateSender(req *http.Request) (future ProfilesCreateOrUpdateFuture, err error) + func (client ProfilesClient) Delete(ctx context.Context, resourceGroupName string, hubName string, ...) (result ProfilesDeleteFuture, err error) + func (client ProfilesClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ProfilesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ProfilesClient) DeleteSender(req *http.Request) (future ProfilesDeleteFuture, err error) + func (client ProfilesClient) Get(ctx context.Context, resourceGroupName string, hubName string, ...) (result ProfileResourceFormat, err error) + func (client ProfilesClient) GetEnrichingKpis(ctx context.Context, resourceGroupName string, hubName string, ...) (result ListKpiDefinition, err error) + func (client ProfilesClient) GetEnrichingKpisPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ProfilesClient) GetEnrichingKpisResponder(resp *http.Response) (result ListKpiDefinition, err error) + func (client ProfilesClient) GetEnrichingKpisSender(req *http.Request) (*http.Response, error) + func (client ProfilesClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ProfilesClient) GetResponder(resp *http.Response) (result ProfileResourceFormat, err error) + func (client ProfilesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ProfilesClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string, ...) (result ProfileListResultPage, err error) + func (client ProfilesClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string, ...) (result ProfileListResultIterator, err error) + func (client ProfilesClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client ProfilesClient) ListByHubResponder(resp *http.Response) (result ProfileListResult, err error) + func (client ProfilesClient) ListByHubSender(req *http.Request) (*http.Response, error) + type ProfilesCreateOrUpdateFuture struct + Result func(ProfilesClient) (ProfileResourceFormat, error) + func (future *ProfilesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ProfilesDeleteFuture struct + Result func(ProfilesClient) (autorest.Response, error) + func (future *ProfilesDeleteFuture) UnmarshalJSON(body []byte) error + type PropertyDefinition struct + ArrayValueSeparator *string + DataSourcePrecedenceRules *[]DataSourcePrecedence + EnumValidValues *[]ProfileEnumValidValuesFormat + FieldName *string + FieldType *string + IsArray *bool + IsAvailableInGraph *bool + IsEnum *bool + IsFlagEnum *bool + IsImage *bool + IsLocalizedString *bool + IsName *bool + IsRequired *bool + MaxLength *int32 + PropertyID *string + SchemaItemPropLink *string + func (pd PropertyDefinition) MarshalJSON() ([]byte, error) + type ProvisioningStates string + const ProvisioningStatesDeleting + const ProvisioningStatesExpiring + const ProvisioningStatesFailed + const ProvisioningStatesHumanIntervention + const ProvisioningStatesProvisioning + const ProvisioningStatesSucceeded + func PossibleProvisioningStatesValues() []ProvisioningStates + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type RelationshipDefinition struct + Cardinality CardinalityTypes + Description map[string]*string + DisplayName map[string]*string + ExpiryDateTimeUtc *date.Time + Fields *[]PropertyDefinition + LookupMappings *[]RelationshipTypeMapping + ProfileType *string + ProvisioningState ProvisioningStates + RelatedProfileType *string + RelationshipGUIDID *string + RelationshipName *string + TenantID *string + func (rd RelationshipDefinition) MarshalJSON() ([]byte, error) + type RelationshipLinkDefinition struct + Description map[string]*string + DisplayName map[string]*string + InteractionType *string + LinkName *string + Mappings *[]RelationshipLinkFieldMapping + ProfilePropertyReferences *[]ParticipantPropertyReference + ProvisioningState ProvisioningStates + RelatedProfilePropertyReferences *[]ParticipantPropertyReference + RelationshipGUIDID *string + RelationshipName *string + TenantID *string + func (rld RelationshipLinkDefinition) MarshalJSON() ([]byte, error) + type RelationshipLinkFieldMapping struct + InteractionFieldName *string + LinkType LinkTypes + RelationshipFieldName *string + type RelationshipLinkListResult struct + NextLink *string + Value *[]RelationshipLinkResourceFormat + func (rllr RelationshipLinkListResult) IsEmpty() bool + type RelationshipLinkListResultIterator struct + func NewRelationshipLinkListResultIterator(page RelationshipLinkListResultPage) RelationshipLinkListResultIterator + func (iter *RelationshipLinkListResultIterator) Next() error + func (iter *RelationshipLinkListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RelationshipLinkListResultIterator) NotDone() bool + func (iter RelationshipLinkListResultIterator) Response() RelationshipLinkListResult + func (iter RelationshipLinkListResultIterator) Value() RelationshipLinkResourceFormat + type RelationshipLinkListResultPage struct + func NewRelationshipLinkListResultPage(cur RelationshipLinkListResult, ...) RelationshipLinkListResultPage + func (page *RelationshipLinkListResultPage) Next() error + func (page *RelationshipLinkListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RelationshipLinkListResultPage) NotDone() bool + func (page RelationshipLinkListResultPage) Response() RelationshipLinkListResult + func (page RelationshipLinkListResultPage) Values() []RelationshipLinkResourceFormat + type RelationshipLinkResourceFormat struct + ID *string + Name *string + Type *string + func (rlrf *RelationshipLinkResourceFormat) UnmarshalJSON(body []byte) error + func (rlrf RelationshipLinkResourceFormat) MarshalJSON() ([]byte, error) + type RelationshipLinksClient struct + func NewRelationshipLinksClient(subscriptionID string) RelationshipLinksClient + func NewRelationshipLinksClientWithBaseURI(baseURI string, subscriptionID string) RelationshipLinksClient + func (client RelationshipLinksClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, ...) (result RelationshipLinksCreateOrUpdateFuture, err error) + func (client RelationshipLinksClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client RelationshipLinksClient) CreateOrUpdateResponder(resp *http.Response) (result RelationshipLinkResourceFormat, err error) + func (client RelationshipLinksClient) CreateOrUpdateSender(req *http.Request) (future RelationshipLinksCreateOrUpdateFuture, err error) + func (client RelationshipLinksClient) Delete(ctx context.Context, resourceGroupName string, hubName string, ...) (result RelationshipLinksDeleteFuture, err error) + func (client RelationshipLinksClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client RelationshipLinksClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RelationshipLinksClient) DeleteSender(req *http.Request) (future RelationshipLinksDeleteFuture, err error) + func (client RelationshipLinksClient) Get(ctx context.Context, resourceGroupName string, hubName string, ...) (result RelationshipLinkResourceFormat, err error) + func (client RelationshipLinksClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client RelationshipLinksClient) GetResponder(resp *http.Response) (result RelationshipLinkResourceFormat, err error) + func (client RelationshipLinksClient) GetSender(req *http.Request) (*http.Response, error) + func (client RelationshipLinksClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result RelationshipLinkListResultPage, err error) + func (client RelationshipLinksClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result RelationshipLinkListResultIterator, err error) + func (client RelationshipLinksClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client RelationshipLinksClient) ListByHubResponder(resp *http.Response) (result RelationshipLinkListResult, err error) + func (client RelationshipLinksClient) ListByHubSender(req *http.Request) (*http.Response, error) + type RelationshipLinksCreateOrUpdateFuture struct + Result func(RelationshipLinksClient) (RelationshipLinkResourceFormat, error) + func (future *RelationshipLinksCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type RelationshipLinksDeleteFuture struct + Result func(RelationshipLinksClient) (autorest.Response, error) + func (future *RelationshipLinksDeleteFuture) UnmarshalJSON(body []byte) error + type RelationshipListResult struct + NextLink *string + Value *[]RelationshipResourceFormat + func (rlr RelationshipListResult) IsEmpty() bool + type RelationshipListResultIterator struct + func NewRelationshipListResultIterator(page RelationshipListResultPage) RelationshipListResultIterator + func (iter *RelationshipListResultIterator) Next() error + func (iter *RelationshipListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RelationshipListResultIterator) NotDone() bool + func (iter RelationshipListResultIterator) Response() RelationshipListResult + func (iter RelationshipListResultIterator) Value() RelationshipResourceFormat + type RelationshipListResultPage struct + func NewRelationshipListResultPage(cur RelationshipListResult, ...) RelationshipListResultPage + func (page *RelationshipListResultPage) Next() error + func (page *RelationshipListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RelationshipListResultPage) NotDone() bool + func (page RelationshipListResultPage) Response() RelationshipListResult + func (page RelationshipListResultPage) Values() []RelationshipResourceFormat + type RelationshipResourceFormat struct + ID *string + Name *string + Type *string + func (rrf *RelationshipResourceFormat) UnmarshalJSON(body []byte) error + func (rrf RelationshipResourceFormat) MarshalJSON() ([]byte, error) + type RelationshipTypeFieldMapping struct + ProfileFieldName *string + RelatedProfileKeyProperty *string + type RelationshipTypeMapping struct + FieldMappings *[]RelationshipTypeFieldMapping + type RelationshipsClient struct + func NewRelationshipsClient(subscriptionID string) RelationshipsClient + func NewRelationshipsClientWithBaseURI(baseURI string, subscriptionID string) RelationshipsClient + func (client RelationshipsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, ...) (result RelationshipsCreateOrUpdateFuture, err error) + func (client RelationshipsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client RelationshipsClient) CreateOrUpdateResponder(resp *http.Response) (result RelationshipResourceFormat, err error) + func (client RelationshipsClient) CreateOrUpdateSender(req *http.Request) (future RelationshipsCreateOrUpdateFuture, err error) + func (client RelationshipsClient) Delete(ctx context.Context, resourceGroupName string, hubName string, ...) (result RelationshipsDeleteFuture, err error) + func (client RelationshipsClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client RelationshipsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RelationshipsClient) DeleteSender(req *http.Request) (future RelationshipsDeleteFuture, err error) + func (client RelationshipsClient) Get(ctx context.Context, resourceGroupName string, hubName string, ...) (result RelationshipResourceFormat, err error) + func (client RelationshipsClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client RelationshipsClient) GetResponder(resp *http.Response) (result RelationshipResourceFormat, err error) + func (client RelationshipsClient) GetSender(req *http.Request) (*http.Response, error) + func (client RelationshipsClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result RelationshipListResultPage, err error) + func (client RelationshipsClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result RelationshipListResultIterator, err error) + func (client RelationshipsClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client RelationshipsClient) ListByHubResponder(resp *http.Response) (result RelationshipListResult, err error) + func (client RelationshipsClient) ListByHubSender(req *http.Request) (*http.Response, error) + type RelationshipsCreateOrUpdateFuture struct + Result func(RelationshipsClient) (RelationshipResourceFormat, error) + func (future *RelationshipsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type RelationshipsDeleteFuture struct + Result func(RelationshipsClient) (autorest.Response, error) + func (future *RelationshipsDeleteFuture) UnmarshalJSON(body []byte) error + type RelationshipsLookup struct + ExistingRelationshipName *string + ProfileName *string + ProfilePropertyReferences *[]ParticipantPropertyReference + RelatedProfileName *string + RelatedProfilePropertyReferences *[]ParticipantPropertyReference + func (rl RelationshipsLookup) MarshalJSON() ([]byte, error) + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceSetDescription struct + Elements *[]string + Exceptions *[]string + type Role struct + Description *string + RoleName *string + type RoleAssignment struct + AssignmentName *string + ConflationPolicies *ResourceSetDescription + Connectors *ResourceSetDescription + Description map[string]*string + DisplayName map[string]*string + Interactions *ResourceSetDescription + Kpis *ResourceSetDescription + Links *ResourceSetDescription + Principals *[]AssignmentPrincipal + Profiles *ResourceSetDescription + ProvisioningState ProvisioningStates + RelationshipLinks *ResourceSetDescription + Relationships *ResourceSetDescription + Role RoleTypes + RoleAssignments *ResourceSetDescription + SasPolicies *ResourceSetDescription + Segments *ResourceSetDescription + TenantID *string + Views *ResourceSetDescription + WidgetTypes *ResourceSetDescription + func (ra RoleAssignment) MarshalJSON() ([]byte, error) + type RoleAssignmentListResult struct + NextLink *string + Value *[]RoleAssignmentResourceFormat + func (ralr RoleAssignmentListResult) IsEmpty() bool + type RoleAssignmentListResultIterator struct + func NewRoleAssignmentListResultIterator(page RoleAssignmentListResultPage) RoleAssignmentListResultIterator + func (iter *RoleAssignmentListResultIterator) Next() error + func (iter *RoleAssignmentListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RoleAssignmentListResultIterator) NotDone() bool + func (iter RoleAssignmentListResultIterator) Response() RoleAssignmentListResult + func (iter RoleAssignmentListResultIterator) Value() RoleAssignmentResourceFormat + type RoleAssignmentListResultPage struct + func NewRoleAssignmentListResultPage(cur RoleAssignmentListResult, ...) RoleAssignmentListResultPage + func (page *RoleAssignmentListResultPage) Next() error + func (page *RoleAssignmentListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RoleAssignmentListResultPage) NotDone() bool + func (page RoleAssignmentListResultPage) Response() RoleAssignmentListResult + func (page RoleAssignmentListResultPage) Values() []RoleAssignmentResourceFormat + type RoleAssignmentResourceFormat struct + ID *string + Name *string + Type *string + func (rarf *RoleAssignmentResourceFormat) UnmarshalJSON(body []byte) error + func (rarf RoleAssignmentResourceFormat) MarshalJSON() ([]byte, error) + type RoleAssignmentsClient struct + func NewRoleAssignmentsClient(subscriptionID string) RoleAssignmentsClient + func NewRoleAssignmentsClientWithBaseURI(baseURI string, subscriptionID string) RoleAssignmentsClient + func (client RoleAssignmentsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, ...) (result RoleAssignmentsCreateOrUpdateFuture, err error) + func (client RoleAssignmentsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client RoleAssignmentsClient) CreateOrUpdateResponder(resp *http.Response) (result RoleAssignmentResourceFormat, err error) + func (client RoleAssignmentsClient) CreateOrUpdateSender(req *http.Request) (future RoleAssignmentsCreateOrUpdateFuture, err error) + func (client RoleAssignmentsClient) Delete(ctx context.Context, resourceGroupName string, hubName string, ...) (result autorest.Response, err error) + func (client RoleAssignmentsClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client RoleAssignmentsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client RoleAssignmentsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client RoleAssignmentsClient) Get(ctx context.Context, resourceGroupName string, hubName string, ...) (result RoleAssignmentResourceFormat, err error) + func (client RoleAssignmentsClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client RoleAssignmentsClient) GetResponder(resp *http.Response) (result RoleAssignmentResourceFormat, err error) + func (client RoleAssignmentsClient) GetSender(req *http.Request) (*http.Response, error) + func (client RoleAssignmentsClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result RoleAssignmentListResultPage, err error) + func (client RoleAssignmentsClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result RoleAssignmentListResultIterator, err error) + func (client RoleAssignmentsClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client RoleAssignmentsClient) ListByHubResponder(resp *http.Response) (result RoleAssignmentListResult, err error) + func (client RoleAssignmentsClient) ListByHubSender(req *http.Request) (*http.Response, error) + type RoleAssignmentsCreateOrUpdateFuture struct + Result func(RoleAssignmentsClient) (RoleAssignmentResourceFormat, error) + func (future *RoleAssignmentsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type RoleListResult struct + NextLink *string + Value *[]RoleResourceFormat + func (rlr RoleListResult) IsEmpty() bool + type RoleListResultIterator struct + func NewRoleListResultIterator(page RoleListResultPage) RoleListResultIterator + func (iter *RoleListResultIterator) Next() error + func (iter *RoleListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter RoleListResultIterator) NotDone() bool + func (iter RoleListResultIterator) Response() RoleListResult + func (iter RoleListResultIterator) Value() RoleResourceFormat + type RoleListResultPage struct + func NewRoleListResultPage(cur RoleListResult, ...) RoleListResultPage + func (page *RoleListResultPage) Next() error + func (page *RoleListResultPage) NextWithContext(ctx context.Context) (err error) + func (page RoleListResultPage) NotDone() bool + func (page RoleListResultPage) Response() RoleListResult + func (page RoleListResultPage) Values() []RoleResourceFormat + type RoleResourceFormat struct + ID *string + Name *string + Type *string + func (rrf *RoleResourceFormat) UnmarshalJSON(body []byte) error + func (rrf RoleResourceFormat) MarshalJSON() ([]byte, error) + type RoleTypes string + const Admin + const DataAdmin + const DataReader + const ManageAdmin + const ManageReader + const Reader + func PossibleRoleTypesValues() []RoleTypes + type RolesClient struct + func NewRolesClient(subscriptionID string) RolesClient + func NewRolesClientWithBaseURI(baseURI string, subscriptionID string) RolesClient + func (client RolesClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result RoleListResultPage, err error) + func (client RolesClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result RoleListResultIterator, err error) + func (client RolesClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client RolesClient) ListByHubResponder(resp *http.Response) (result RoleListResult, err error) + func (client RolesClient) ListByHubSender(req *http.Request) (*http.Response, error) + type SalesforceConnectorProperties struct + Salesforcetables *[]SalesforceTable + Usersetting *SalesforceDiscoverSetting + type SalesforceDiscoverSetting struct + SalesforceConnectionStringSecretURL *string + type SalesforceTable struct + IsProfile *string + TableCategory *string + TableName *string + TableRemarks *string + TableSchema *string + type Status string + const StatusActive + const StatusDeleted + const StatusNone + func PossibleStatusValues() []Status + type StrongID struct + Description map[string]*string + DisplayName map[string]*string + KeyPropertyNames *[]string + StrongIDName *string + func (si StrongID) MarshalJSON() ([]byte, error) + type SuggestRelationshipLinksResponse struct + InteractionName *string + SuggestedRelationships *[]RelationshipsLookup + func (srlr SuggestRelationshipLinksResponse) MarshalJSON() ([]byte, error) + type TypePropertiesMapping struct + InteractionTypePropertyName *string + IsProfileTypeID *bool + LinkType LinkTypes + ProfileTypePropertyName *string + type View struct + Changed *date.Time + Created *date.Time + Definition *string + DisplayName map[string]*string + TenantID *string + UserID *string + ViewName *string + func (vVar View) MarshalJSON() ([]byte, error) + type ViewListResult struct + NextLink *string + Value *[]ViewResourceFormat + func (vlr ViewListResult) IsEmpty() bool + type ViewListResultIterator struct + func NewViewListResultIterator(page ViewListResultPage) ViewListResultIterator + func (iter *ViewListResultIterator) Next() error + func (iter *ViewListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ViewListResultIterator) NotDone() bool + func (iter ViewListResultIterator) Response() ViewListResult + func (iter ViewListResultIterator) Value() ViewResourceFormat + type ViewListResultPage struct + func NewViewListResultPage(cur ViewListResult, ...) ViewListResultPage + func (page *ViewListResultPage) Next() error + func (page *ViewListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ViewListResultPage) NotDone() bool + func (page ViewListResultPage) Response() ViewListResult + func (page ViewListResultPage) Values() []ViewResourceFormat + type ViewResourceFormat struct + ID *string + Name *string + Type *string + func (vrf *ViewResourceFormat) UnmarshalJSON(body []byte) error + func (vrf ViewResourceFormat) MarshalJSON() ([]byte, error) + type ViewsClient struct + func NewViewsClient(subscriptionID string) ViewsClient + func NewViewsClientWithBaseURI(baseURI string, subscriptionID string) ViewsClient + func (client ViewsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, viewName string, ...) (result ViewResourceFormat, err error) + func (client ViewsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, hubName string, viewName string, ...) (*http.Request, error) + func (client ViewsClient) CreateOrUpdateResponder(resp *http.Response) (result ViewResourceFormat, err error) + func (client ViewsClient) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client ViewsClient) Delete(ctx context.Context, resourceGroupName string, hubName string, viewName string, ...) (result autorest.Response, err error) + func (client ViewsClient) DeletePreparer(ctx context.Context, resourceGroupName string, hubName string, viewName string, ...) (*http.Request, error) + func (client ViewsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ViewsClient) DeleteSender(req *http.Request) (*http.Response, error) + func (client ViewsClient) Get(ctx context.Context, resourceGroupName string, hubName string, viewName string, ...) (result ViewResourceFormat, err error) + func (client ViewsClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, viewName string, ...) (*http.Request, error) + func (client ViewsClient) GetResponder(resp *http.Response) (result ViewResourceFormat, err error) + func (client ViewsClient) GetSender(req *http.Request) (*http.Response, error) + func (client ViewsClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string, userID string) (result ViewListResultPage, err error) + func (client ViewsClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string, userID string) (result ViewListResultIterator, err error) + func (client ViewsClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string, userID string) (*http.Request, error) + func (client ViewsClient) ListByHubResponder(resp *http.Response) (result ViewListResult, err error) + func (client ViewsClient) ListByHubSender(req *http.Request) (*http.Response, error) + type WidgetType struct + Changed *date.Time + Created *date.Time + Definition *string + Description *string + DisplayName map[string]*string + ImageURL *string + TenantID *string + WidgetTypeName *string + WidgetVersion *string + func (wt WidgetType) MarshalJSON() ([]byte, error) + type WidgetTypeListResult struct + NextLink *string + Value *[]WidgetTypeResourceFormat + func (wtlr WidgetTypeListResult) IsEmpty() bool + type WidgetTypeListResultIterator struct + func NewWidgetTypeListResultIterator(page WidgetTypeListResultPage) WidgetTypeListResultIterator + func (iter *WidgetTypeListResultIterator) Next() error + func (iter *WidgetTypeListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter WidgetTypeListResultIterator) NotDone() bool + func (iter WidgetTypeListResultIterator) Response() WidgetTypeListResult + func (iter WidgetTypeListResultIterator) Value() WidgetTypeResourceFormat + type WidgetTypeListResultPage struct + func NewWidgetTypeListResultPage(cur WidgetTypeListResult, ...) WidgetTypeListResultPage + func (page *WidgetTypeListResultPage) Next() error + func (page *WidgetTypeListResultPage) NextWithContext(ctx context.Context) (err error) + func (page WidgetTypeListResultPage) NotDone() bool + func (page WidgetTypeListResultPage) Response() WidgetTypeListResult + func (page WidgetTypeListResultPage) Values() []WidgetTypeResourceFormat + type WidgetTypeResourceFormat struct + ID *string + Name *string + Type *string + func (wtrf *WidgetTypeResourceFormat) UnmarshalJSON(body []byte) error + func (wtrf WidgetTypeResourceFormat) MarshalJSON() ([]byte, error) + type WidgetTypesClient struct + func NewWidgetTypesClient(subscriptionID string) WidgetTypesClient + func NewWidgetTypesClientWithBaseURI(baseURI string, subscriptionID string) WidgetTypesClient + func (client WidgetTypesClient) Get(ctx context.Context, resourceGroupName string, hubName string, ...) (result WidgetTypeResourceFormat, err error) + func (client WidgetTypesClient) GetPreparer(ctx context.Context, resourceGroupName string, hubName string, ...) (*http.Request, error) + func (client WidgetTypesClient) GetResponder(resp *http.Response) (result WidgetTypeResourceFormat, err error) + func (client WidgetTypesClient) GetSender(req *http.Request) (*http.Response, error) + func (client WidgetTypesClient) ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result WidgetTypeListResultPage, err error) + func (client WidgetTypesClient) ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result WidgetTypeListResultIterator, err error) + func (client WidgetTypesClient) ListByHubPreparer(ctx context.Context, resourceGroupName string, hubName string) (*http.Request, error) + func (client WidgetTypesClient) ListByHubResponder(resp *http.Response) (result WidgetTypeListResult, err error) + func (client WidgetTypesClient) ListByHubSender(req *http.Request) (*http.Response, error)