applications

package
v0.0.0-...-817438f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateItemAddPasswordPostRequestBodyFromDiscriminatorValue

CreateItemAddPasswordPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type ApplicationItemRequestBuilder

ApplicationItemRequestBuilder provides operations to manage the collection of application entities.

func NewApplicationItemRequestBuilder

NewApplicationItemRequestBuilder instantiates a new ApplicationItemRequestBuilder and sets the default values.

func NewApplicationItemRequestBuilderInternal

func NewApplicationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationItemRequestBuilder

NewApplicationItemRequestBuilderInternal instantiates a new ApplicationItemRequestBuilder and sets the default values.

func (*ApplicationItemRequestBuilder) AddPassword

AddPassword provides operations to call the addPassword method.

func (*ApplicationItemRequestBuilder) Delete

Delete delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted. Find more info here

func (*ApplicationItemRequestBuilder) Get

Get get the properties and relationships of an application object. Find more info here

func (*ApplicationItemRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.

func (*ApplicationItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the properties and relationships of an application object.

func (*ApplicationItemRequestBuilder) ToPatchRequestInformation

ToPatchRequestInformation update the properties of an application object.

type ApplicationItemRequestBuilderDeleteRequestConfiguration

type ApplicationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ApplicationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApplicationItemRequestBuilderGetQueryParameters

type ApplicationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ApplicationItemRequestBuilderGetQueryParameters get the properties and relationships of an application object.

type ApplicationItemRequestBuilderGetRequestConfiguration

type ApplicationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ApplicationItemRequestBuilderGetQueryParameters
}

ApplicationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApplicationItemRequestBuilderPatchRequestConfiguration

type ApplicationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ApplicationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApplicationsRequestBuilder

ApplicationsRequestBuilder provides operations to manage the collection of application entities.

func NewApplicationsRequestBuilder

NewApplicationsRequestBuilder instantiates a new ApplicationsRequestBuilder and sets the default values.

func NewApplicationsRequestBuilderInternal

func NewApplicationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationsRequestBuilder

NewApplicationsRequestBuilderInternal instantiates a new ApplicationsRequestBuilder and sets the default values.

func (*ApplicationsRequestBuilder) ByApplicationId

func (m *ApplicationsRequestBuilder) ByApplicationId(applicationId string) *ApplicationItemRequestBuilder

ByApplicationId provides operations to manage the collection of application entities.

func (*ApplicationsRequestBuilder) Get

Get get the list of applications in this organization. Find more info here

func (*ApplicationsRequestBuilder) ToGetRequestInformation

ToGetRequestInformation get the list of applications in this organization.

type ApplicationsRequestBuilderGetQueryParameters

type ApplicationsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ApplicationsRequestBuilderGetQueryParameters get the list of applications in this organization.

type ApplicationsRequestBuilderGetRequestConfiguration

type ApplicationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ApplicationsRequestBuilderGetQueryParameters
}

ApplicationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApplicationsRequestBuilderPostRequestConfiguration

type ApplicationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ApplicationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemAddPasswordPostRequestBody

type ItemAddPasswordPostRequestBody struct {
	// contains filtered or unexported fields
}

ItemAddPasswordPostRequestBody

func NewItemAddPasswordPostRequestBody

func NewItemAddPasswordPostRequestBody() *ItemAddPasswordPostRequestBody

NewItemAddPasswordPostRequestBody instantiates a new ItemAddPasswordPostRequestBody and sets the default values.

func (*ItemAddPasswordPostRequestBody) GetBackingStore

GetBackingStore gets the backingStore property value. Stores model information.

func (*ItemAddPasswordPostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemAddPasswordPostRequestBody) GetPasswordCredential

GetPasswordCredential gets the passwordCredential property value. The passwordCredential property

func (*ItemAddPasswordPostRequestBody) Serialize

Serialize serializes information the current object

func (*ItemAddPasswordPostRequestBody) SetBackingStore

SetBackingStore sets the backingStore property value. Stores model information.

func (*ItemAddPasswordPostRequestBody) SetPasswordCredential

SetPasswordCredential sets the passwordCredential property value. The passwordCredential property

type ItemAddPasswordRequestBuilder

ItemAddPasswordRequestBuilder provides operations to call the addPassword method.

func NewItemAddPasswordRequestBuilder

NewItemAddPasswordRequestBuilder instantiates a new AddPasswordRequestBuilder and sets the default values.

func NewItemAddPasswordRequestBuilderInternal

func NewItemAddPasswordRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemAddPasswordRequestBuilder

NewItemAddPasswordRequestBuilderInternal instantiates a new AddPasswordRequestBuilder and sets the default values.

func (*ItemAddPasswordRequestBuilder) ToPostRequestInformation

ToPostRequestInformation adds a strong password or secret to an application.

type ItemAddPasswordRequestBuilderPostRequestConfiguration

type ItemAddPasswordRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemAddPasswordRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL