Documentation ¶
Index ¶
- type GetAvailableExtensionProperties
- func (m *GetAvailableExtensionProperties) GetAppDisplayName() *string
- func (m *GetAvailableExtensionProperties) GetDataType() *string
- func (m *GetAvailableExtensionProperties) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetAvailableExtensionProperties) GetIsSyncedFromOnPremises() *bool
- func (m *GetAvailableExtensionProperties) GetName() *string
- func (m *GetAvailableExtensionProperties) GetTargetObjects() []string
- func (m *GetAvailableExtensionProperties) IsNil() bool
- func (m *GetAvailableExtensionProperties) Serialize(...) error
- func (m *GetAvailableExtensionProperties) SetAppDisplayName(value *string)
- func (m *GetAvailableExtensionProperties) SetDataType(value *string)
- func (m *GetAvailableExtensionProperties) SetIsSyncedFromOnPremises(value *bool)
- func (m *GetAvailableExtensionProperties) SetName(value *string)
- func (m *GetAvailableExtensionProperties) SetTargetObjects(value []string)
- type GetAvailableExtensionPropertiesRequestBody
- func (m *GetAvailableExtensionPropertiesRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetAvailableExtensionPropertiesRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetAvailableExtensionPropertiesRequestBody) GetIsSyncedFromOnPremises() *bool
- func (m *GetAvailableExtensionPropertiesRequestBody) IsNil() bool
- func (m *GetAvailableExtensionPropertiesRequestBody) Serialize(...) error
- func (m *GetAvailableExtensionPropertiesRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetAvailableExtensionPropertiesRequestBody) SetIsSyncedFromOnPremises(value *bool)
- type GetAvailableExtensionPropertiesRequestBuilder
- func (m *GetAvailableExtensionPropertiesRequestBuilder) CreatePostRequestInformation(options *GetAvailableExtensionPropertiesRequestBuilderPostOptions) (...)
- func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(options *GetAvailableExtensionPropertiesRequestBuilderPostOptions) ([]GetAvailableExtensionProperties, error)
- type GetAvailableExtensionPropertiesRequestBuilderPostOptions
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 ¶
func (m *GetAvailableExtensionProperties) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
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 ¶
func (m *GetAvailableExtensionProperties) GetName() *string
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 (m *GetAvailableExtensionProperties) IsNil() bool
func (*GetAvailableExtensionProperties) Serialize ¶
func (m *GetAvailableExtensionProperties) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
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 ¶
func (m *GetAvailableExtensionPropertiesRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*GetAvailableExtensionPropertiesRequestBody) GetIsSyncedFromOnPremises ¶
func (m *GetAvailableExtensionPropertiesRequestBody) GetIsSyncedFromOnPremises() *bool
Gets the isSyncedFromOnPremises property value.
func (*GetAvailableExtensionPropertiesRequestBody) IsNil ¶
func (m *GetAvailableExtensionPropertiesRequestBody) IsNil() bool
func (*GetAvailableExtensionPropertiesRequestBody) Serialize ¶
func (m *GetAvailableExtensionPropertiesRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
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 \organization\microsoft.graph.getAvailableExtensionProperties
func NewGetAvailableExtensionPropertiesRequestBuilder ¶
func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetAvailableExtensionPropertiesRequestBuilder
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 ¶
func (m *GetAvailableExtensionPropertiesRequestBuilder) CreatePostRequestInformation(options *GetAvailableExtensionPropertiesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action getAvailableExtensionProperties Parameters:
- options : Options for the request
func (*GetAvailableExtensionPropertiesRequestBuilder) Post ¶
func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(options *GetAvailableExtensionPropertiesRequestBuilderPostOptions) ([]GetAvailableExtensionProperties, error)
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