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 }
GetAvailableExtensionProperties
func NewGetAvailableExtensionProperties ¶
func NewGetAvailableExtensionProperties() *GetAvailableExtensionProperties
NewGetAvailableExtensionProperties instantiates a new getAvailableExtensionProperties and sets the default values.
func (*GetAvailableExtensionProperties) GetAppDisplayName ¶
func (m *GetAvailableExtensionProperties) GetAppDisplayName() *string
GetAppDisplayName 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
GetDataType 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
GetFieldDeserializers the deserialization information for the current model
func (*GetAvailableExtensionProperties) GetIsSyncedFromOnPremises ¶
func (m *GetAvailableExtensionProperties) GetIsSyncedFromOnPremises() *bool
GetIsSyncedFromOnPremises 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
GetName gets the name property value. Name of the extension property. Not nullable.
func (*GetAvailableExtensionProperties) GetTargetObjects ¶
func (m *GetAvailableExtensionProperties) GetTargetObjects() []string
GetTargetObjects 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
Serialize serializes information the current object
func (*GetAvailableExtensionProperties) SetAppDisplayName ¶
func (m *GetAvailableExtensionProperties) SetAppDisplayName(value *string)
SetAppDisplayName sets the appDisplayName property value. Display name of the application object on which this extension property is defined. Read-only.
func (*GetAvailableExtensionProperties) SetDataType ¶
func (m *GetAvailableExtensionProperties) SetDataType(value *string)
SetDataType 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
func (*GetAvailableExtensionProperties) SetIsSyncedFromOnPremises ¶
func (m *GetAvailableExtensionProperties) SetIsSyncedFromOnPremises(value *bool)
SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value. Indicates if this extension property was sycned from onpremises directory using Azure AD Connect. Read-only.
func (*GetAvailableExtensionProperties) SetName ¶
func (m *GetAvailableExtensionProperties) SetName(value *string)
SetName sets the name property value. Name of the extension property. Not nullable.
func (*GetAvailableExtensionProperties) SetTargetObjects ¶
func (m *GetAvailableExtensionProperties) SetTargetObjects(value []string)
SetTargetObjects sets the targetObjects property value. Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication
type GetAvailableExtensionPropertiesRequestBody ¶
type GetAvailableExtensionPropertiesRequestBody struct {
// contains filtered or unexported fields
}
GetAvailableExtensionPropertiesRequestBody
func NewGetAvailableExtensionPropertiesRequestBody ¶
func NewGetAvailableExtensionPropertiesRequestBody() *GetAvailableExtensionPropertiesRequestBody
NewGetAvailableExtensionPropertiesRequestBody instantiates a new getAvailableExtensionPropertiesRequestBody and sets the default values.
func (*GetAvailableExtensionPropertiesRequestBody) GetAdditionalData ¶
func (m *GetAvailableExtensionPropertiesRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData 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
GetFieldDeserializers the deserialization information for the current model
func (*GetAvailableExtensionPropertiesRequestBody) GetIsSyncedFromOnPremises ¶
func (m *GetAvailableExtensionPropertiesRequestBody) GetIsSyncedFromOnPremises() *bool
GetIsSyncedFromOnPremises gets the isSyncedFromOnPremises property value.
func (*GetAvailableExtensionPropertiesRequestBody) IsNil ¶
func (m *GetAvailableExtensionPropertiesRequestBody) IsNil() bool
func (*GetAvailableExtensionPropertiesRequestBody) Serialize ¶
func (m *GetAvailableExtensionPropertiesRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetAvailableExtensionPropertiesRequestBody) SetAdditionalData ¶
func (m *GetAvailableExtensionPropertiesRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets 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) SetIsSyncedFromOnPremises ¶
func (m *GetAvailableExtensionPropertiesRequestBody) SetIsSyncedFromOnPremises(value *bool)
SetIsSyncedFromOnPremises sets the isSyncedFromOnPremises property value.
type GetAvailableExtensionPropertiesRequestBuilder ¶
type GetAvailableExtensionPropertiesRequestBuilder struct {
// contains filtered or unexported fields
}
GetAvailableExtensionPropertiesRequestBuilder builds and executes requests for operations under \servicePrincipals\microsoft.graph.getAvailableExtensionProperties
func NewGetAvailableExtensionPropertiesRequestBuilder ¶
func NewGetAvailableExtensionPropertiesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetAvailableExtensionPropertiesRequestBuilder
NewGetAvailableExtensionPropertiesRequestBuilder instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
func NewGetAvailableExtensionPropertiesRequestBuilderInternal ¶
func NewGetAvailableExtensionPropertiesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetAvailableExtensionPropertiesRequestBuilder
NewGetAvailableExtensionPropertiesRequestBuilderInternal instantiates a new GetAvailableExtensionPropertiesRequestBuilder and sets the default values.
func (*GetAvailableExtensionPropertiesRequestBuilder) CreatePostRequestInformation ¶
func (m *GetAvailableExtensionPropertiesRequestBuilder) CreatePostRequestInformation(options *GetAvailableExtensionPropertiesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action getAvailableExtensionProperties
func (*GetAvailableExtensionPropertiesRequestBuilder) Post ¶
func (m *GetAvailableExtensionPropertiesRequestBuilder) Post(options *GetAvailableExtensionPropertiesRequestBuilderPostOptions) ([]GetAvailableExtensionProperties, error)
Post invoke action getAvailableExtensionProperties
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 }
GetAvailableExtensionPropertiesRequestBuilderPostOptions options for Post