getavailableextensionproperties

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetAvailableExtensionProperties

type GetAvailableExtensionProperties struct {
	i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DirectoryObject
	// contains filtered or unexported fields
}

func NewGetAvailableExtensionProperties

func NewGetAvailableExtensionProperties() *GetAvailableExtensionProperties

Instantiates a new getAvailableExtensionProperties and sets the default values.

func (*GetAvailableExtensionProperties) GetAppDisplayName

func (m *GetAvailableExtensionProperties) GetAppDisplayName() *string

Gets the appDisplayName property value. Display name of the application object on which this extension property is defined. Read-only.

func (*GetAvailableExtensionProperties) GetDataType

func (m *GetAvailableExtensionProperties) GetDataType() *string

Gets the dataType property value. Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum

func (*GetAvailableExtensionProperties) GetFieldDeserializers

The deserialization information for the current model

func (*GetAvailableExtensionProperties) GetIsSyncedFromOnPremises

func (m *GetAvailableExtensionProperties) GetIsSyncedFromOnPremises() *bool

Gets the isSyncedFromOnPremises property value. Indicates if this extension property was sycned from onpremises directory using Azure AD Connect. Read-only.

func (*GetAvailableExtensionProperties) GetName

Gets the name property value. Name of the extension property. Not nullable.

func (*GetAvailableExtensionProperties) GetTargetObjects

func (m *GetAvailableExtensionProperties) GetTargetObjects() []string

Gets the targetObjects property value. Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication

func (*GetAvailableExtensionProperties) IsNil

func (*GetAvailableExtensionProperties) Serialize

Serializes information the current object Parameters:

  • writer : Serialization writer to use to serialize this model

func (*GetAvailableExtensionProperties) SetAppDisplayName

func (m *GetAvailableExtensionProperties) SetAppDisplayName(value *string)

Sets the appDisplayName property value. Display name of the application object on which this extension property is defined. Read-only. Parameters:

  • value : Value to set for the appDisplayName property.

func (*GetAvailableExtensionProperties) SetDataType

func (m *GetAvailableExtensionProperties) SetDataType(value *string)

Sets the dataType property value. Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum Parameters:

  • value : Value to set for the dataType property.

func (*GetAvailableExtensionProperties) SetIsSyncedFromOnPremises

func (m *GetAvailableExtensionProperties) SetIsSyncedFromOnPremises(value *bool)

Sets the isSyncedFromOnPremises property value. Indicates if this extension property was sycned from onpremises directory using Azure AD Connect. Read-only. Parameters:

  • value : Value to set for the isSyncedFromOnPremises property.

func (*GetAvailableExtensionProperties) SetName

func (m *GetAvailableExtensionProperties) SetName(value *string)

Sets the name property value. Name of the extension property. Not nullable. Parameters:

  • value : Value to set for the name property.

func (*GetAvailableExtensionProperties) SetTargetObjects

func (m *GetAvailableExtensionProperties) SetTargetObjects(value []string)

Sets the targetObjects property value. Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication Parameters:

  • value : Value to set for the targetObjects property.

type GetAvailableExtensionPropertiesRequestBody

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

func NewGetAvailableExtensionPropertiesRequestBody

func NewGetAvailableExtensionPropertiesRequestBody() *GetAvailableExtensionPropertiesRequestBody

Instantiates a new getAvailableExtensionPropertiesRequestBody and sets the default values.

func (*GetAvailableExtensionPropertiesRequestBody) GetAdditionalData

func (m *GetAvailableExtensionPropertiesRequestBody) GetAdditionalData() map[string]interface{}

Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*GetAvailableExtensionPropertiesRequestBody) GetFieldDeserializers

The deserialization information for the current model

func (*GetAvailableExtensionPropertiesRequestBody) GetIsSyncedFromOnPremises

func (m *GetAvailableExtensionPropertiesRequestBody) GetIsSyncedFromOnPremises() *bool

Gets the isSyncedFromOnPremises property value.

func (*GetAvailableExtensionPropertiesRequestBody) IsNil

func (*GetAvailableExtensionPropertiesRequestBody) Serialize

Serializes information the current object Parameters:

  • writer : Serialization writer to use to serialize this model

func (*GetAvailableExtensionPropertiesRequestBody) SetAdditionalData

func (m *GetAvailableExtensionPropertiesRequestBody) SetAdditionalData(value map[string]interface{})

Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:

  • value : Value to set for the AdditionalData property.

func (*GetAvailableExtensionPropertiesRequestBody) SetIsSyncedFromOnPremises

func (m *GetAvailableExtensionPropertiesRequestBody) SetIsSyncedFromOnPremises(value *bool)

Sets the isSyncedFromOnPremises property value. Parameters:

  • value : Value to set for the isSyncedFromOnPremises property.

type GetAvailableExtensionPropertiesRequestBuilder

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

Builds and executes requests for operations under \applications\microsoft.graph.getAvailableExtensionProperties

func NewGetAvailableExtensionPropertiesRequestBuilder

Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. Parameters:

  • rawUrl : The raw URL to use for the request builder.
  • requestAdapter : The request adapter to use to execute the requests.

func NewGetAvailableExtensionPropertiesRequestBuilderInternal

func NewGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetAvailableExtensionPropertiesRequestBuilder

Instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values. Parameters:

  • pathParameters : Path parameters for the request
  • requestAdapter : The request adapter to use to execute the requests.

func (*GetAvailableExtensionPropertiesRequestBuilder) CreatePostRequestInformation

Invoke action getAvailableExtensionProperties Parameters:

  • options : Options for the request

func (*GetAvailableExtensionPropertiesRequestBuilder) Post

Invoke action getAvailableExtensionProperties Parameters:

  • options : Options for the request

type GetAvailableExtensionPropertiesRequestBuilderPostOptions

type GetAvailableExtensionPropertiesRequestBuilderPostOptions struct {
	//
	Body *GetAvailableExtensionPropertiesRequestBody
	// Request headers
	H map[string]string
	// Request options
	O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
	// Response handler to use in place of the default response handling provided by the core service
	ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}

Options for Post

Jump to

Keyboard shortcuts

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