Documentation ¶
Index ¶
- func PossibleValuesForKeyType() []string
- func PossibleValuesForKind() []string
- func PossibleValuesForOpenAuthenticationProviderType() []string
- func PossibleValuesForParameterType() []string
- func PossibleValuesForWorkflowProvisioningState() []string
- func PossibleValuesForWorkflowSkuName() []string
- func PossibleValuesForWorkflowState() []string
- func ValidateManagementWorkflowID(input interface{}, key string) (warnings []string, errors []error)
- type FlowAccessControlConfiguration
- type FlowAccessControlConfigurationPolicy
- type FlowEndpoints
- type FlowEndpointsConfiguration
- type IPAddress
- type IPAddressRange
- type KeyType
- type Kind
- type ManagementWorkflowId
- type OpenAuthenticationAccessPolicies
- type OpenAuthenticationAccessPolicy
- type OpenAuthenticationPolicyClaim
- type OpenAuthenticationProviderType
- type ParameterType
- type RegenerateAccessKeyOperationResponse
- type RegenerateActionParameter
- type ResourceReference
- type ValidateOperationResponse
- type Workflow
- type WorkflowParameter
- type WorkflowProperties
- type WorkflowProvisioningState
- type WorkflowSku
- type WorkflowSkuName
- type WorkflowState
- type WorkflowsClient
- func (c WorkflowsClient) RegenerateAccessKey(ctx context.Context, id ManagementWorkflowId, input RegenerateActionParameter) (result RegenerateAccessKeyOperationResponse, err error)
- func (c WorkflowsClient) Validate(ctx context.Context, id ManagementWorkflowId, input Workflow) (result ValidateOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForKeyType ¶
func PossibleValuesForKeyType() []string
func PossibleValuesForKind ¶
func PossibleValuesForKind() []string
func PossibleValuesForOpenAuthenticationProviderType ¶
func PossibleValuesForOpenAuthenticationProviderType() []string
func PossibleValuesForParameterType ¶
func PossibleValuesForParameterType() []string
func PossibleValuesForWorkflowProvisioningState ¶
func PossibleValuesForWorkflowProvisioningState() []string
func PossibleValuesForWorkflowSkuName ¶
func PossibleValuesForWorkflowSkuName() []string
func PossibleValuesForWorkflowState ¶
func PossibleValuesForWorkflowState() []string
func ValidateManagementWorkflowID ¶
func ValidateManagementWorkflowID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagementWorkflowID checks that 'input' can be parsed as a Management Workflow ID
Types ¶
type FlowAccessControlConfiguration ¶
type FlowAccessControlConfiguration struct { Actions *FlowAccessControlConfigurationPolicy `json:"actions,omitempty"` Contents *FlowAccessControlConfigurationPolicy `json:"contents,omitempty"` Triggers *FlowAccessControlConfigurationPolicy `json:"triggers,omitempty"` WorkflowManagement *FlowAccessControlConfigurationPolicy `json:"workflowManagement,omitempty"` }
type FlowAccessControlConfigurationPolicy ¶
type FlowAccessControlConfigurationPolicy struct { AllowedCallerIPAddresses *[]IPAddressRange `json:"allowedCallerIpAddresses,omitempty"` OpenAuthenticationPolicies *OpenAuthenticationAccessPolicies `json:"openAuthenticationPolicies,omitempty"` }
type FlowEndpoints ¶
type FlowEndpointsConfiguration ¶
type FlowEndpointsConfiguration struct { Connector *FlowEndpoints `json:"connector,omitempty"` Workflow *FlowEndpoints `json:"workflow,omitempty"` }
type IPAddressRange ¶
type IPAddressRange struct {
AddressRange *string `json:"addressRange,omitempty"`
}
type ManagementWorkflowId ¶
type ManagementWorkflowId struct { SubscriptionId string ResourceGroupName string SiteName string WorkflowName string }
ManagementWorkflowId is a struct representing the Resource ID for a Management Workflow
func NewManagementWorkflowID ¶
func NewManagementWorkflowID(subscriptionId string, resourceGroupName string, siteName string, workflowName string) ManagementWorkflowId
NewManagementWorkflowID returns a new ManagementWorkflowId struct
func ParseManagementWorkflowID ¶
func ParseManagementWorkflowID(input string) (*ManagementWorkflowId, error)
ParseManagementWorkflowID parses 'input' into a ManagementWorkflowId
func ParseManagementWorkflowIDInsensitively ¶
func ParseManagementWorkflowIDInsensitively(input string) (*ManagementWorkflowId, error)
ParseManagementWorkflowIDInsensitively parses 'input' case-insensitively into a ManagementWorkflowId note: this method should only be used for API response data and not user input
func (ManagementWorkflowId) ID ¶
func (id ManagementWorkflowId) ID() string
ID returns the formatted Management Workflow ID
func (ManagementWorkflowId) Segments ¶
func (id ManagementWorkflowId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Management Workflow ID
func (ManagementWorkflowId) String ¶
func (id ManagementWorkflowId) String() string
String returns a human-readable description of this Management Workflow ID
type OpenAuthenticationAccessPolicies ¶
type OpenAuthenticationAccessPolicies struct {
Policies *map[string]OpenAuthenticationAccessPolicy `json:"policies,omitempty"`
}
type OpenAuthenticationAccessPolicy ¶
type OpenAuthenticationAccessPolicy struct { Claims *[]OpenAuthenticationPolicyClaim `json:"claims,omitempty"` Type *OpenAuthenticationProviderType `json:"type,omitempty"` }
type OpenAuthenticationProviderType ¶
type OpenAuthenticationProviderType string
const (
OpenAuthenticationProviderTypeAAD OpenAuthenticationProviderType = "AAD"
)
func (*OpenAuthenticationProviderType) UnmarshalJSON ¶ added in v0.20230725.1205316
func (s *OpenAuthenticationProviderType) UnmarshalJSON(bytes []byte) error
type ParameterType ¶
type ParameterType string
const ( ParameterTypeArray ParameterType = "Array" ParameterTypeBool ParameterType = "Bool" ParameterTypeFloat ParameterType = "Float" ParameterTypeInt ParameterType = "Int" ParameterTypeNotSpecified ParameterType = "NotSpecified" ParameterTypeObject ParameterType = "Object" ParameterTypeSecureObject ParameterType = "SecureObject" ParameterTypeSecureString ParameterType = "SecureString" ParameterTypeString ParameterType = "String" )
func (*ParameterType) UnmarshalJSON ¶ added in v0.20230725.1205316
func (s *ParameterType) UnmarshalJSON(bytes []byte) error
type RegenerateActionParameter ¶
type RegenerateActionParameter struct {
KeyType *KeyType `json:"keyType,omitempty"`
}
type ResourceReference ¶
type Workflow ¶
type Workflow struct { Id *string `json:"id,omitempty"` Identity *identity.SystemAndUserAssignedMap `json:"identity,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *WorkflowProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type WorkflowParameter ¶
type WorkflowParameter struct { Description *string `json:"description,omitempty"` Metadata *interface{} `json:"metadata,omitempty"` Type *ParameterType `json:"type,omitempty"` Value *interface{} `json:"value,omitempty"` }
type WorkflowProperties ¶
type WorkflowProperties struct { AccessControl *FlowAccessControlConfiguration `json:"accessControl,omitempty"` AccessEndpoint *string `json:"accessEndpoint,omitempty"` ChangedTime *string `json:"changedTime,omitempty"` CreatedTime *string `json:"createdTime,omitempty"` Definition *interface{} `json:"definition,omitempty"` EndpointsConfiguration *FlowEndpointsConfiguration `json:"endpointsConfiguration,omitempty"` IntegrationAccount *ResourceReference `json:"integrationAccount,omitempty"` IntegrationServiceEnvironment *ResourceReference `json:"integrationServiceEnvironment,omitempty"` Kind *Kind `json:"kind,omitempty"` Parameters *map[string]WorkflowParameter `json:"parameters,omitempty"` ProvisioningState *WorkflowProvisioningState `json:"provisioningState,omitempty"` Sku *WorkflowSku `json:"sku,omitempty"` State *WorkflowState `json:"state,omitempty"` Version *string `json:"version,omitempty"` }
func (*WorkflowProperties) GetChangedTimeAsTime ¶
func (o *WorkflowProperties) GetChangedTimeAsTime() (*time.Time, error)
func (*WorkflowProperties) GetCreatedTimeAsTime ¶
func (o *WorkflowProperties) GetCreatedTimeAsTime() (*time.Time, error)
func (*WorkflowProperties) SetChangedTimeAsTime ¶
func (o *WorkflowProperties) SetChangedTimeAsTime(input time.Time)
func (*WorkflowProperties) SetCreatedTimeAsTime ¶
func (o *WorkflowProperties) SetCreatedTimeAsTime(input time.Time)
type WorkflowProvisioningState ¶
type WorkflowProvisioningState string
const ( WorkflowProvisioningStateAccepted WorkflowProvisioningState = "Accepted" WorkflowProvisioningStateCanceled WorkflowProvisioningState = "Canceled" WorkflowProvisioningStateCompleted WorkflowProvisioningState = "Completed" WorkflowProvisioningStateCreated WorkflowProvisioningState = "Created" WorkflowProvisioningStateCreating WorkflowProvisioningState = "Creating" WorkflowProvisioningStateDeleted WorkflowProvisioningState = "Deleted" WorkflowProvisioningStateDeleting WorkflowProvisioningState = "Deleting" WorkflowProvisioningStateFailed WorkflowProvisioningState = "Failed" WorkflowProvisioningStateInProgress WorkflowProvisioningState = "InProgress" WorkflowProvisioningStateMoving WorkflowProvisioningState = "Moving" WorkflowProvisioningStateNotSpecified WorkflowProvisioningState = "NotSpecified" WorkflowProvisioningStatePending WorkflowProvisioningState = "Pending" WorkflowProvisioningStateReady WorkflowProvisioningState = "Ready" WorkflowProvisioningStateRegistered WorkflowProvisioningState = "Registered" WorkflowProvisioningStateRegistering WorkflowProvisioningState = "Registering" WorkflowProvisioningStateRenewing WorkflowProvisioningState = "Renewing" WorkflowProvisioningStateRunning WorkflowProvisioningState = "Running" WorkflowProvisioningStateSucceeded WorkflowProvisioningState = "Succeeded" WorkflowProvisioningStateUnregistered WorkflowProvisioningState = "Unregistered" WorkflowProvisioningStateUnregistering WorkflowProvisioningState = "Unregistering" WorkflowProvisioningStateUpdating WorkflowProvisioningState = "Updating" WorkflowProvisioningStateWaiting WorkflowProvisioningState = "Waiting" )
func (*WorkflowProvisioningState) UnmarshalJSON ¶ added in v0.20230725.1205316
func (s *WorkflowProvisioningState) UnmarshalJSON(bytes []byte) error
type WorkflowSku ¶
type WorkflowSku struct { Name WorkflowSkuName `json:"name"` Plan *ResourceReference `json:"plan,omitempty"` }
type WorkflowSkuName ¶
type WorkflowSkuName string
const ( WorkflowSkuNameBasic WorkflowSkuName = "Basic" WorkflowSkuNameFree WorkflowSkuName = "Free" WorkflowSkuNameNotSpecified WorkflowSkuName = "NotSpecified" WorkflowSkuNamePremium WorkflowSkuName = "Premium" WorkflowSkuNameStandard WorkflowSkuName = "Standard" )
func (*WorkflowSkuName) UnmarshalJSON ¶ added in v0.20230725.1205316
func (s *WorkflowSkuName) UnmarshalJSON(bytes []byte) error
type WorkflowState ¶
type WorkflowState string
const ( WorkflowStateCompleted WorkflowState = "Completed" WorkflowStateDeleted WorkflowState = "Deleted" WorkflowStateDisabled WorkflowState = "Disabled" WorkflowStateEnabled WorkflowState = "Enabled" WorkflowStateNotSpecified WorkflowState = "NotSpecified" WorkflowStateSuspended WorkflowState = "Suspended" )
func (*WorkflowState) UnmarshalJSON ¶ added in v0.20230725.1205316
func (s *WorkflowState) UnmarshalJSON(bytes []byte) error
type WorkflowsClient ¶
type WorkflowsClient struct {
Client *resourcemanager.Client
}
func NewWorkflowsClientWithBaseURI ¶
func NewWorkflowsClientWithBaseURI(sdkApi sdkEnv.Api) (*WorkflowsClient, error)
func (WorkflowsClient) RegenerateAccessKey ¶
func (c WorkflowsClient) RegenerateAccessKey(ctx context.Context, id ManagementWorkflowId, input RegenerateActionParameter) (result RegenerateAccessKeyOperationResponse, err error)
RegenerateAccessKey ...
func (WorkflowsClient) Validate ¶
func (c WorkflowsClient) Validate(ctx context.Context, id ManagementWorkflowId, input Workflow) (result ValidateOperationResponse, err error)
Validate ...
Source Files ¶
- client.go
- constants.go
- id_managementworkflow.go
- method_regenerateaccesskey.go
- method_validate.go
- model_flowaccesscontrolconfiguration.go
- model_flowaccesscontrolconfigurationpolicy.go
- model_flowendpoints.go
- model_flowendpointsconfiguration.go
- model_ipaddress.go
- model_ipaddressrange.go
- model_openauthenticationaccesspolicies.go
- model_openauthenticationaccesspolicy.go
- model_openauthenticationpolicyclaim.go
- model_regenerateactionparameter.go
- model_resourcereference.go
- model_workflow.go
- model_workflowparameter.go
- model_workflowproperties.go
- model_workflowsku.go
- version.go