Documentation ¶
Index ¶
- type ConnectorGroupClient
- func (c ConnectorGroupClient) GetConnectorGroup(ctx context.Context, id beta.ApplicationId, ...) (result GetConnectorGroupOperationResponse, err error)
- func (c ConnectorGroupClient) GetConnectorGroupRef(ctx context.Context, id beta.ApplicationId, ...) (result GetConnectorGroupRefOperationResponse, err error)
- func (c ConnectorGroupClient) RemoveConnectorGroupRef(ctx context.Context, id beta.ApplicationId, ...) (result RemoveConnectorGroupRefOperationResponse, err error)
- func (c ConnectorGroupClient) SetConnectorGroupRef(ctx context.Context, id beta.ApplicationId, input beta.ReferenceUpdate, ...) (result SetConnectorGroupRefOperationResponse, err error)
- type GetConnectorGroupOperationOptions
- type GetConnectorGroupOperationResponse
- type GetConnectorGroupRefOperationOptions
- type GetConnectorGroupRefOperationResponse
- type RemoveConnectorGroupRefOperationOptions
- type RemoveConnectorGroupRefOperationResponse
- type SetConnectorGroupRefOperationOptions
- type SetConnectorGroupRefOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConnectorGroupClient ¶
func NewConnectorGroupClientWithBaseURI ¶
func NewConnectorGroupClientWithBaseURI(sdkApi sdkEnv.Api) (*ConnectorGroupClient, error)
func (ConnectorGroupClient) GetConnectorGroup ¶
func (c ConnectorGroupClient) GetConnectorGroup(ctx context.Context, id beta.ApplicationId, options GetConnectorGroupOperationOptions) (result GetConnectorGroupOperationResponse, err error)
GetConnectorGroup - Get connectorGroup from applications. The connectorGroup the application is using with Microsoft Entra application proxy. Nullable.
func (ConnectorGroupClient) GetConnectorGroupRef ¶
func (c ConnectorGroupClient) GetConnectorGroupRef(ctx context.Context, id beta.ApplicationId, options GetConnectorGroupRefOperationOptions) (result GetConnectorGroupRefOperationResponse, err error)
GetConnectorGroupRef - Get ref of connectorGroup from applications. The connectorGroup the application is using with Microsoft Entra application proxy. Nullable.
func (ConnectorGroupClient) RemoveConnectorGroupRef ¶
func (c ConnectorGroupClient) RemoveConnectorGroupRef(ctx context.Context, id beta.ApplicationId, options RemoveConnectorGroupRefOperationOptions) (result RemoveConnectorGroupRefOperationResponse, err error)
RemoveConnectorGroupRef - Delete ref of navigation property connectorGroup for applications
func (ConnectorGroupClient) SetConnectorGroupRef ¶
func (c ConnectorGroupClient) SetConnectorGroupRef(ctx context.Context, id beta.ApplicationId, input beta.ReferenceUpdate, options SetConnectorGroupRefOperationOptions) (result SetConnectorGroupRefOperationResponse, err error)
SetConnectorGroupRef - Assign a connectorGroup to an application. Assign a connectorGroup to an application.
type GetConnectorGroupOperationOptions ¶
type GetConnectorGroupOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetConnectorGroupOperationOptions ¶
func DefaultGetConnectorGroupOperationOptions() GetConnectorGroupOperationOptions
func (GetConnectorGroupOperationOptions) ToHeaders ¶
func (o GetConnectorGroupOperationOptions) ToHeaders() *client.Headers
func (GetConnectorGroupOperationOptions) ToOData ¶
func (o GetConnectorGroupOperationOptions) ToOData() *odata.Query
func (GetConnectorGroupOperationOptions) ToQuery ¶
func (o GetConnectorGroupOperationOptions) ToQuery() *client.QueryParams
type GetConnectorGroupRefOperationOptions ¶
type GetConnectorGroupRefOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultGetConnectorGroupRefOperationOptions ¶
func DefaultGetConnectorGroupRefOperationOptions() GetConnectorGroupRefOperationOptions
func (GetConnectorGroupRefOperationOptions) ToHeaders ¶
func (o GetConnectorGroupRefOperationOptions) ToHeaders() *client.Headers
func (GetConnectorGroupRefOperationOptions) ToOData ¶
func (o GetConnectorGroupRefOperationOptions) ToOData() *odata.Query
func (GetConnectorGroupRefOperationOptions) ToQuery ¶
func (o GetConnectorGroupRefOperationOptions) ToQuery() *client.QueryParams
type RemoveConnectorGroupRefOperationOptions ¶
type RemoveConnectorGroupRefOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveConnectorGroupRefOperationOptions ¶
func DefaultRemoveConnectorGroupRefOperationOptions() RemoveConnectorGroupRefOperationOptions
func (RemoveConnectorGroupRefOperationOptions) ToHeaders ¶
func (o RemoveConnectorGroupRefOperationOptions) ToHeaders() *client.Headers
func (RemoveConnectorGroupRefOperationOptions) ToOData ¶
func (o RemoveConnectorGroupRefOperationOptions) ToOData() *odata.Query
func (RemoveConnectorGroupRefOperationOptions) ToQuery ¶
func (o RemoveConnectorGroupRefOperationOptions) ToQuery() *client.QueryParams
type SetConnectorGroupRefOperationOptions ¶
type SetConnectorGroupRefOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultSetConnectorGroupRefOperationOptions ¶
func DefaultSetConnectorGroupRefOperationOptions() SetConnectorGroupRefOperationOptions
func (SetConnectorGroupRefOperationOptions) ToHeaders ¶
func (o SetConnectorGroupRefOperationOptions) ToHeaders() *client.Headers
func (SetConnectorGroupRefOperationOptions) ToOData ¶
func (o SetConnectorGroupRefOperationOptions) ToOData() *odata.Query
func (SetConnectorGroupRefOperationOptions) ToQuery ¶
func (o SetConnectorGroupRefOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.