diff --git a/applications/item_federated_identity_credentials_federated_identity_credential_item_request_builder.go b/applications/item_federated_identity_credentials_federated_identity_credential_item_request_builder.go index 1327d49c4a2..70ac5560fe1 100644 --- a/applications/item_federated_identity_credentials_federated_identity_credential_item_request_builder.go +++ b/applications/item_federated_identity_credentials_federated_identity_credential_item_request_builder.go @@ -21,7 +21,7 @@ type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuild // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetQueryParameters read the properties and relationships of a federatedIdentityCredential object. +// ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetQueryParameters read the properties and relationships of a federatedIdentityCredential object assigned to an application. type ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -76,7 +76,7 @@ func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestB } return nil } -// Get read the properties and relationships of a federatedIdentityCredential object. +// Get read the properties and relationships of a federatedIdentityCredential object assigned to an application. // returns a FederatedIdentityCredentialable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -133,7 +133,7 @@ func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestB requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation read the properties and relationships of a federatedIdentityCredential object. +// ToGetRequestInformation read the properties and relationships of a federatedIdentityCredential object assigned to an application. // returns a *RequestInformation when successful func (m *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFederatedIdentityCredentialsFederatedIdentityCredentialItemRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/applications/item_federated_identity_credentials_request_builder.go b/applications/item_federated_identity_credentials_request_builder.go index 15ee5d28ec7..9af2b9b63e6 100644 --- a/applications/item_federated_identity_credentials_request_builder.go +++ b/applications/item_federated_identity_credentials_request_builder.go @@ -14,7 +14,7 @@ import ( type ItemFederatedIdentityCredentialsRequestBuilder struct { i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder } -// ItemFederatedIdentityCredentialsRequestBuilderGetQueryParameters get a list of the federatedIdentityCredential objects and their properties. +// ItemFederatedIdentityCredentialsRequestBuilderGetQueryParameters get a list of the federatedIdentityCredential objects and their properties assigned to an application. type ItemFederatedIdentityCredentialsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` @@ -79,12 +79,12 @@ func NewItemFederatedIdentityCredentialsRequestBuilder(rawUrl string, requestAda func (m *ItemFederatedIdentityCredentialsRequestBuilder) Count()(*ItemFederatedIdentityCredentialsCountRequestBuilder) { return NewItemFederatedIdentityCredentialsCountRequestBuilderInternal(m.BaseRequestBuilder.PathParameters, m.BaseRequestBuilder.RequestAdapter) } -// Get get a list of the federatedIdentityCredential objects and their properties. +// Get get a list of the federatedIdentityCredential objects and their properties assigned to an application. // returns a FederatedIdentityCredentialCollectionResponseable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/federatedidentitycredential-list?view=graph-rest-1.0 func (m *ItemFederatedIdentityCredentialsRequestBuilder) Get(ctx context.Context, requestConfiguration *ItemFederatedIdentityCredentialsRequestBuilderGetRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialCollectionResponseable, error) { requestInfo, err := m.ToGetRequestInformation(ctx, requestConfiguration); if err != nil { @@ -107,7 +107,7 @@ func (m *ItemFederatedIdentityCredentialsRequestBuilder) Get(ctx context.Context // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] // -// [Find more info here]: https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0 +// [Find more info here]: https://learn.microsoft.com/graph/api/federatedidentitycredential-post?view=graph-rest-1.0 func (m *ItemFederatedIdentityCredentialsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialable, requestConfiguration *ItemFederatedIdentityCredentialsRequestBuilderPostRequestConfiguration)(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialable, error) { requestInfo, err := m.ToPostRequestInformation(ctx, body, requestConfiguration); if err != nil { @@ -125,7 +125,7 @@ func (m *ItemFederatedIdentityCredentialsRequestBuilder) Post(ctx context.Contex } return res.(iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.FederatedIdentityCredentialable), nil } -// ToGetRequestInformation get a list of the federatedIdentityCredential objects and their properties. +// ToGetRequestInformation get a list of the federatedIdentityCredential objects and their properties assigned to an application. // returns a *RequestInformation when successful func (m *ItemFederatedIdentityCredentialsRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFederatedIdentityCredentialsRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/applications/item_federated_identity_credentials_with_name_request_builder.go b/applications/item_federated_identity_credentials_with_name_request_builder.go index 5858f736eda..991c4adbf04 100644 --- a/applications/item_federated_identity_credentials_with_name_request_builder.go +++ b/applications/item_federated_identity_credentials_with_name_request_builder.go @@ -21,7 +21,7 @@ type ItemFederatedIdentityCredentialsWithNameRequestBuilderDeleteRequestConfigur // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption } -// ItemFederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters read the properties and relationships of a federatedIdentityCredential object. +// ItemFederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters read the properties and relationships of a federatedIdentityCredential object assigned to an application. type ItemFederatedIdentityCredentialsWithNameRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` @@ -79,7 +79,7 @@ func (m *ItemFederatedIdentityCredentialsWithNameRequestBuilder) Delete(ctx cont } return nil } -// Get read the properties and relationships of a federatedIdentityCredential object. +// Get read the properties and relationships of a federatedIdentityCredential object assigned to an application. // returns a FederatedIdentityCredentialable when successful // returns a ODataError error when the service returns a 4XX or 5XX status code // [Find more info here] @@ -136,7 +136,7 @@ func (m *ItemFederatedIdentityCredentialsWithNameRequestBuilder) ToDeleteRequest requestInfo.Headers.TryAdd("Accept", "application/json") return requestInfo, nil } -// ToGetRequestInformation read the properties and relationships of a federatedIdentityCredential object. +// ToGetRequestInformation read the properties and relationships of a federatedIdentityCredential object assigned to an application. // returns a *RequestInformation when successful func (m *ItemFederatedIdentityCredentialsWithNameRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ItemFederatedIdentityCredentialsWithNameRequestBuilderGetRequestConfiguration)(*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error) { requestInfo := i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.NewRequestInformationWithMethodAndUrlTemplateAndPathParameters(i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.GET, m.BaseRequestBuilder.UrlTemplate, m.BaseRequestBuilder.PathParameters) diff --git a/kiota-lock.json b/kiota-lock.json index 61b08e98224..62406601136 100644 --- a/kiota-lock.json +++ b/kiota-lock.json @@ -1,5 +1,5 @@ { - "descriptionHash": "B243F90AAC3F548EAA1D4BB9C012663E5F123A401E193B25D219B7D016381FF78B94701C2AF3F0DBDF12C8E8952F4095F9956FF17DE3320747B1A1BB91287751", + "descriptionHash": "C00D26F092ED047E2B673F4D4AECAB01A3187818C66466C54F2F67BB43DC7762A57476FC6DB2C95F213034E60A57374E84B2B6A01F223BF7D23A0BB155BCA47D", "descriptionLocation": "../../msgraph-metadata/clean_v10_openapi/openapi.yaml", "lockFileVersion": "1.0.0", "kiotaVersion": "1.30.0", diff --git a/models/access_review_history_definition.go b/models/access_review_history_definition.go index 0bacbf88a24..8378d971448 100644 --- a/models/access_review_history_definition.go +++ b/models/access_review_history_definition.go @@ -47,7 +47,7 @@ func (m *AccessReviewHistoryDefinition) GetCreatedDateTime()(*i336074805fc853987 } return nil } -// GetDecisions gets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. +// GetDecisions gets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified. // returns a []AccessReviewHistoryDecisionFilter when successful func (m *AccessReviewHistoryDefinition) GetDecisions()([]AccessReviewHistoryDecisionFilter) { val, err := m.GetBackingStore().Get("decisions") @@ -362,7 +362,7 @@ func (m *AccessReviewHistoryDefinition) SetCreatedDateTime(value *i336074805fc85 panic(err) } } -// SetDecisions sets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. +// SetDecisions sets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. The possible values are: approve, deny, dontKnow, notReviewed, and notNotified. func (m *AccessReviewHistoryDefinition) SetDecisions(value []AccessReviewHistoryDecisionFilter)() { err := m.GetBackingStore().Set("decisions", value) if err != nil { diff --git a/models/account_target_content.go b/models/account_target_content.go index c4f6c53b2a5..01339c0a2e7 100644 --- a/models/account_target_content.go +++ b/models/account_target_content.go @@ -101,7 +101,7 @@ func (m *AccountTargetContent) GetOdataType()(*string) { } return nil } -// GetTypeEscaped gets the type property value. The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue. +// GetTypeEscaped gets the type property value. The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue. // returns a *AccountTargetContentType when successful func (m *AccountTargetContent) GetTypeEscaped()(*AccountTargetContentType) { val, err := m.GetBackingStore().Get("typeEscaped") @@ -154,7 +154,7 @@ func (m *AccountTargetContent) SetOdataType(value *string)() { panic(err) } } -// SetTypeEscaped sets the type property value. The type of account target content. Possible values are: unknown, includeAll, addressBook, unknownFutureValue. +// SetTypeEscaped sets the type property value. The type of account target content. The possible values are: unknown, includeAll, addressBook, unknownFutureValue. func (m *AccountTargetContent) SetTypeEscaped(value *AccountTargetContentType)() { err := m.GetBackingStore().Set("typeEscaped", value) if err != nil { diff --git a/models/agreement_acceptance.go b/models/agreement_acceptance.go index 304cd3d3ccf..20e5660a3a4 100644 --- a/models/agreement_acceptance.go +++ b/models/agreement_acceptance.go @@ -255,7 +255,7 @@ func (m *AgreementAcceptance) GetRecordedDateTime()(*i336074805fc853987abe6f7fe3 } return nil } -// GetState gets the state property value. The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq). +// GetState gets the state property value. The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq). // returns a *AgreementAcceptanceState when successful func (m *AgreementAcceptance) GetState()(*AgreementAcceptanceState) { val, err := m.GetBackingStore().Get("state") @@ -458,7 +458,7 @@ func (m *AgreementAcceptance) SetRecordedDateTime(value *i336074805fc853987abe6f panic(err) } } -// SetState sets the state property value. The state of the agreement acceptance. Possible values are: accepted, declined. Supports $filter (eq). +// SetState sets the state property value. The state of the agreement acceptance. The possible values are: accepted, declined. Supports $filter (eq). func (m *AgreementAcceptance) SetState(value *AgreementAcceptanceState)() { err := m.GetBackingStore().Set("state", value) if err != nil { diff --git a/models/alert.go b/models/alert.go index c1c2d8709de..8fd347878c9 100644 --- a/models/alert.go +++ b/models/alert.go @@ -191,7 +191,7 @@ func (m *Alert) GetEventDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a163 } return nil } -// GetFeedback gets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. +// GetFeedback gets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. // returns a *AlertFeedback when successful func (m *Alert) GetFeedback()(*AlertFeedback) { val, err := m.GetBackingStore().Get("feedback") @@ -1458,7 +1458,7 @@ func (m *Alert) SetEventDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077 panic(err) } } -// SetFeedback sets the feedback property value. Analyst feedback on the alert. Possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. +// SetFeedback sets the feedback property value. Analyst feedback on the alert. The possible values are: unknown, truePositive, falsePositive, benignPositive. Supports update. func (m *Alert) SetFeedback(value *AlertFeedback)() { err := m.GetBackingStore().Set("feedback", value) if err != nil { diff --git a/models/alteration_response.go b/models/alteration_response.go index e9f744ee05a..2f7d5d44f88 100644 --- a/models/alteration_response.go +++ b/models/alteration_response.go @@ -125,7 +125,7 @@ func (m *AlterationResponse) GetQueryAlteration()(SearchAlterationable) { } return nil } -// GetQueryAlterationType gets the queryAlterationType property value. Defines the type of the spelling correction. Possible values are: suggestion, modification. +// GetQueryAlterationType gets the queryAlterationType property value. Defines the type of the spelling correction. The possible values are: suggestion, modification. // returns a *SearchAlterationType when successful func (m *AlterationResponse) GetQueryAlterationType()(*SearchAlterationType) { val, err := m.GetBackingStore().Get("queryAlterationType") @@ -204,7 +204,7 @@ func (m *AlterationResponse) SetQueryAlteration(value SearchAlterationable)() { panic(err) } } -// SetQueryAlterationType sets the queryAlterationType property value. Defines the type of the spelling correction. Possible values are: suggestion, modification. +// SetQueryAlterationType sets the queryAlterationType property value. Defines the type of the spelling correction. The possible values are: suggestion, modification. func (m *AlterationResponse) SetQueryAlterationType(value *SearchAlterationType)() { err := m.GetBackingStore().Set("queryAlterationType", value) if err != nil { diff --git a/models/application.go b/models/application.go index c64fceb5e87..b8717751447 100644 --- a/models/application.go +++ b/models/application.go @@ -170,7 +170,7 @@ func (m *Application) GetDescription()(*string) { } return nil } -// GetDisabledByMicrosoftStatus gets the disabledByMicrosoftStatus property value. Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not). +// GetDisabledByMicrosoftStatus gets the disabledByMicrosoftStatus property value. Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not). // returns a *string when successful func (m *Application) GetDisabledByMicrosoftStatus()(*string) { val, err := m.GetBackingStore().Get("disabledByMicrosoftStatus") @@ -1625,7 +1625,7 @@ func (m *Application) SetDescription(value *string)() { panic(err) } } -// SetDisabledByMicrosoftStatus sets the disabledByMicrosoftStatus property value. Specifies whether Microsoft has disabled the registered application. Possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not). +// SetDisabledByMicrosoftStatus sets the disabledByMicrosoftStatus property value. Specifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not). func (m *Application) SetDisabledByMicrosoftStatus(value *string)() { err := m.GetBackingStore().Set("disabledByMicrosoftStatus", value) if err != nil { diff --git a/models/applied_conditional_access_policy.go b/models/applied_conditional_access_policy.go index 71eacfcba9f..010ac2af00d 100644 --- a/models/applied_conditional_access_policy.go +++ b/models/applied_conditional_access_policy.go @@ -181,7 +181,7 @@ func (m *AppliedConditionalAccessPolicy) GetOdataType()(*string) { } return nil } -// GetResult gets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. +// GetResult gets the result property value. Indicates the result of the CA policy that was triggered. The possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. // returns a *AppliedConditionalAccessPolicyResult when successful func (m *AppliedConditionalAccessPolicy) GetResult()(*AppliedConditionalAccessPolicyResult) { val, err := m.GetBackingStore().Get("result") @@ -286,7 +286,7 @@ func (m *AppliedConditionalAccessPolicy) SetOdataType(value *string)() { panic(err) } } -// SetResult sets the result property value. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. +// SetResult sets the result property value. Indicates the result of the CA policy that was triggered. The possible values are: success, failure, notApplied (policy isn't applied because policy conditions weren't met), notEnabled (This is due to the policy in a disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. func (m *AppliedConditionalAccessPolicy) SetResult(value *AppliedConditionalAccessPolicyResult)() { err := m.GetBackingStore().Set("result", value) if err != nil { diff --git a/models/assigned_place_mode.go b/models/assigned_place_mode.go index fbc97637b7b..aab31d74512 100644 --- a/models/assigned_place_mode.go +++ b/models/assigned_place_mode.go @@ -24,7 +24,7 @@ func NewAssignedPlaceMode()(*AssignedPlaceMode) { func CreateAssignedPlaceModeFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewAssignedPlaceMode(), nil } -// GetAssignedUserEmailAddress gets the assignedUserEmailAddress property value. The assignedUserEmailAddress property +// GetAssignedUserEmailAddress gets the assignedUserEmailAddress property value. The email address of the user to whom the desk is assigned. // returns a *string when successful func (m *AssignedPlaceMode) GetAssignedUserEmailAddress()(*string) { val, err := m.GetBackingStore().Get("assignedUserEmailAddress") @@ -36,7 +36,7 @@ func (m *AssignedPlaceMode) GetAssignedUserEmailAddress()(*string) { } return nil } -// GetAssignedUserId gets the assignedUserId property value. The assignedUserId property +// GetAssignedUserId gets the assignedUserId property value. The user ID of the user to whom the desk is assigned. // returns a *string when successful func (m *AssignedPlaceMode) GetAssignedUserId()(*string) { val, err := m.GetBackingStore().Get("assignedUserId") @@ -94,14 +94,14 @@ func (m *AssignedPlaceMode) Serialize(writer i878a80d2330e89d26896388a3f487eef27 } return nil } -// SetAssignedUserEmailAddress sets the assignedUserEmailAddress property value. The assignedUserEmailAddress property +// SetAssignedUserEmailAddress sets the assignedUserEmailAddress property value. The email address of the user to whom the desk is assigned. func (m *AssignedPlaceMode) SetAssignedUserEmailAddress(value *string)() { err := m.GetBackingStore().Set("assignedUserEmailAddress", value) if err != nil { panic(err) } } -// SetAssignedUserId sets the assignedUserId property value. The assignedUserId property +// SetAssignedUserId sets the assignedUserId property value. The user ID of the user to whom the desk is assigned. func (m *AssignedPlaceMode) SetAssignedUserId(value *string)() { err := m.GetBackingStore().Set("assignedUserId", value) if err != nil { diff --git a/models/attachment_item.go b/models/attachment_item.go index f7732c477ce..915d8e0c85a 100644 --- a/models/attachment_item.go +++ b/models/attachment_item.go @@ -38,7 +38,7 @@ func (m *AttachmentItem) GetAdditionalData()(map[string]any) { } return val.(map[string]any) } -// GetAttachmentType gets the attachmentType property value. The type of attachment. Possible values are: file, item, reference. Required. +// GetAttachmentType gets the attachmentType property value. The type of attachment. The possible values are: file, item, reference. Required. // returns a *AttachmentType when successful func (m *AttachmentItem) GetAttachmentType()(*AttachmentType) { val, err := m.GetBackingStore().Get("attachmentType") @@ -263,7 +263,7 @@ func (m *AttachmentItem) SetAdditionalData(value map[string]any)() { panic(err) } } -// SetAttachmentType sets the attachmentType property value. The type of attachment. Possible values are: file, item, reference. Required. +// SetAttachmentType sets the attachmentType property value. The type of attachment. The possible values are: file, item, reference. Required. func (m *AttachmentItem) SetAttachmentType(value *AttachmentType)() { err := m.GetBackingStore().Set("attachmentType", value) if err != nil { diff --git a/models/attack_simulation_operation.go b/models/attack_simulation_operation.go index 2311cb9e5e3..b8f9d88305a 100644 --- a/models/attack_simulation_operation.go +++ b/models/attack_simulation_operation.go @@ -83,7 +83,7 @@ func (m *AttackSimulationOperation) GetTenantId()(*string) { } return nil } -// GetTypeEscaped gets the type property value. The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue. +// GetTypeEscaped gets the type property value. The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue. // returns a *AttackSimulationOperationType when successful func (m *AttackSimulationOperation) GetTypeEscaped()(*AttackSimulationOperationType) { val, err := m.GetBackingStore().Get("typeEscaped") @@ -136,7 +136,7 @@ func (m *AttackSimulationOperation) SetTenantId(value *string)() { panic(err) } } -// SetTypeEscaped sets the type property value. The attack simulation operation type. Possible values are: createSimulation, updateSimulation, unknownFutureValue. +// SetTypeEscaped sets the type property value. The attack simulation operation type. The possible values are: createSimulation, updateSimulation, unknownFutureValue. func (m *AttackSimulationOperation) SetTypeEscaped(value *AttackSimulationOperationType)() { err := m.GetBackingStore().Set("typeEscaped", value) if err != nil { diff --git a/models/attendance_record.go b/models/attendance_record.go index e67cfac7f67..6deda5b9e48 100644 --- a/models/attendance_record.go +++ b/models/attendance_record.go @@ -164,7 +164,7 @@ func (m *AttendanceRecord) GetRegistrationId()(*string) { } return nil } -// GetRole gets the role property value. Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. +// GetRole gets the role property value. Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer. // returns a *string when successful func (m *AttendanceRecord) GetRole()(*string) { val, err := m.GetBackingStore().Get("role") @@ -279,7 +279,7 @@ func (m *AttendanceRecord) SetRegistrationId(value *string)() { panic(err) } } -// SetRole sets the role property value. Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer. +// SetRole sets the role property value. Role of the attendee. The possible values are: None, Attendee, Presenter, and Organizer. func (m *AttendanceRecord) SetRole(value *string)() { err := m.GetBackingStore().Set("role", value) if err != nil { diff --git a/models/attribute_definition_metadata_entry.go b/models/attribute_definition_metadata_entry.go index 4ebf89fd7bc..abc7750f2b6 100644 --- a/models/attribute_definition_metadata_entry.go +++ b/models/attribute_definition_metadata_entry.go @@ -79,7 +79,7 @@ func (m *AttributeDefinitionMetadataEntry) GetFieldDeserializers()(map[string]fu } return res } -// GetKey gets the key property value. Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. +// GetKey gets the key property value. The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. // returns a *AttributeDefinitionMetadata when successful func (m *AttributeDefinitionMetadataEntry) GetKey()(*AttributeDefinitionMetadata) { val, err := m.GetBackingStore().Get("key") @@ -155,7 +155,7 @@ func (m *AttributeDefinitionMetadataEntry) SetAdditionalData(value map[string]an func (m *AttributeDefinitionMetadataEntry) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetKey sets the key property value. Possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. +// SetKey sets the key property value. The possible values are: BaseAttributeName, ComplexObjectDefinition, IsContainer, IsCustomerDefined, IsDomainQualified, LinkPropertyNames, LinkTypeName, MaximumLength, ReferencedProperty. func (m *AttributeDefinitionMetadataEntry) SetKey(value *AttributeDefinitionMetadata)() { err := m.GetBackingStore().Set("key", value) if err != nil { diff --git a/models/authentication_method_configuration.go b/models/authentication_method_configuration.go index fb3b33f0af8..34174f16d21 100644 --- a/models/authentication_method_configuration.go +++ b/models/authentication_method_configuration.go @@ -98,7 +98,7 @@ func (m *AuthenticationMethodConfiguration) GetFieldDeserializers()(map[string]f } return res } -// GetState gets the state property value. The state of the policy. Possible values are: enabled, disabled. +// GetState gets the state property value. The state of the policy. The possible values are: enabled, disabled. // returns a *AuthenticationMethodState when successful func (m *AuthenticationMethodConfiguration) GetState()(*AuthenticationMethodState) { val, err := m.GetBackingStore().Get("state") @@ -144,7 +144,7 @@ func (m *AuthenticationMethodConfiguration) SetExcludeTargets(value []ExcludeTar panic(err) } } -// SetState sets the state property value. The state of the policy. Possible values are: enabled, disabled. +// SetState sets the state property value. The state of the policy. The possible values are: enabled, disabled. func (m *AuthenticationMethodConfiguration) SetState(value *AuthenticationMethodState)() { err := m.GetBackingStore().Set("state", value) if err != nil { diff --git a/models/authentication_method_feature_configuration.go b/models/authentication_method_feature_configuration.go index 4ce74e98cc2..a3952032abf 100644 --- a/models/authentication_method_feature_configuration.go +++ b/models/authentication_method_feature_configuration.go @@ -125,7 +125,7 @@ func (m *AuthenticationMethodFeatureConfiguration) GetOdataType()(*string) { } return nil } -// GetState gets the state property value. Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled. +// GetState gets the state property value. Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled. // returns a *AdvancedConfigState when successful func (m *AuthenticationMethodFeatureConfiguration) GetState()(*AdvancedConfigState) { val, err := m.GetBackingStore().Get("state") @@ -204,7 +204,7 @@ func (m *AuthenticationMethodFeatureConfiguration) SetOdataType(value *string)() panic(err) } } -// SetState sets the state property value. Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled. +// SetState sets the state property value. Enable or disable the feature. The possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Microsoft Entra ID for the setting. The default value is disabled. func (m *AuthenticationMethodFeatureConfiguration) SetState(value *AdvancedConfigState)() { err := m.GetBackingStore().Set("state", value) if err != nil { diff --git a/models/authorization_policy.go b/models/authorization_policy.go index 60da7eba7d6..971933fe3d4 100644 --- a/models/authorization_policy.go +++ b/models/authorization_policy.go @@ -61,7 +61,7 @@ func (m *AuthorizationPolicy) GetAllowEmailVerifiedUsersToJoinOrganization()(*bo } return nil } -// GetAllowInvitesFrom gets the allowInvitesFrom property value. Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. +// GetAllowInvitesFrom gets the allowInvitesFrom property value. Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. // returns a *AllowInvitesFrom when successful func (m *AuthorizationPolicy) GetAllowInvitesFrom()(*AllowInvitesFrom) { val, err := m.GetBackingStore().Get("allowInvitesFrom") @@ -285,7 +285,7 @@ func (m *AuthorizationPolicy) SetAllowEmailVerifiedUsersToJoinOrganization(value panic(err) } } -// SetAllowInvitesFrom sets the allowInvitesFrom property value. Indicates who can invite guests to the organization. Possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. +// SetAllowInvitesFrom sets the allowInvitesFrom property value. Indicates who can invite guests to the organization. The possible values are: none, adminsAndGuestInviters, adminsGuestInvitersAndAllMembers, everyone. everyone is the default setting for all cloud environments except US Government. For more information, see allowInvitesFrom values. func (m *AuthorizationPolicy) SetAllowInvitesFrom(value *AllowInvitesFrom)() { err := m.GetBackingStore().Set("allowInvitesFrom", value) if err != nil { diff --git a/models/availability_item.go b/models/availability_item.go index a3f6be37f51..3dfb76c1071 100644 --- a/models/availability_item.go +++ b/models/availability_item.go @@ -147,7 +147,7 @@ func (m *AvailabilityItem) GetStartDateTime()(DateTimeTimeZoneable) { } return nil } -// GetStatus gets the status property value. The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. +// GetStatus gets the status property value. The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. // returns a *BookingsAvailabilityStatus when successful func (m *AvailabilityItem) GetStatus()(*BookingsAvailabilityStatus) { val, err := m.GetBackingStore().Get("status") @@ -239,7 +239,7 @@ func (m *AvailabilityItem) SetStartDateTime(value DateTimeTimeZoneable)() { panic(err) } } -// SetStatus sets the status property value. The status of the staff member. Possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. +// SetStatus sets the status property value. The status of the staff member. The possible values are: available, busy, slotsAvailable, outOfOffice, unknownFutureValue. func (m *AvailabilityItem) SetStatus(value *BookingsAvailabilityStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/base_map_feature.go b/models/base_map_feature.go index bccce5b6374..a6141e2cee4 100644 --- a/models/base_map_feature.go +++ b/models/base_map_feature.go @@ -66,7 +66,7 @@ func (m *BaseMapFeature) GetFieldDeserializers()(map[string]func(i878a80d2330e89 } return res } -// GetProperties gets the properties property value. The properties property +// GetProperties gets the properties property value. Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature. // returns a *string when successful func (m *BaseMapFeature) GetProperties()(*string) { val, err := m.GetBackingStore().Get("properties") @@ -92,7 +92,7 @@ func (m *BaseMapFeature) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a } return nil } -// SetProperties sets the properties property value. The properties property +// SetProperties sets the properties property value. Concatenated key-value pair of all properties of a GeoJSON file for this baseMapFeature. func (m *BaseMapFeature) SetProperties(value *string)() { err := m.GetBackingStore().Set("properties", value) if err != nil { diff --git a/models/bit_locker_removable_drive_policy.go b/models/bit_locker_removable_drive_policy.go index f57d5cd9f17..473595acecc 100644 --- a/models/bit_locker_removable_drive_policy.go +++ b/models/bit_locker_removable_drive_policy.go @@ -56,7 +56,7 @@ func (m *BitLockerRemovableDrivePolicy) GetBlockCrossOrganizationWriteAccess()(* } return nil } -// GetEncryptionMethod gets the encryptionMethod property value. Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. +// GetEncryptionMethod gets the encryptionMethod property value. Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. // returns a *BitLockerEncryptionMethod when successful func (m *BitLockerRemovableDrivePolicy) GetEncryptionMethod()(*BitLockerEncryptionMethod) { val, err := m.GetBackingStore().Get("encryptionMethod") @@ -191,7 +191,7 @@ func (m *BitLockerRemovableDrivePolicy) SetBlockCrossOrganizationWriteAccess(val panic(err) } } -// SetEncryptionMethod sets the encryptionMethod property value. Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. +// SetEncryptionMethod sets the encryptionMethod property value. Select the encryption method for removable drives. The possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256. func (m *BitLockerRemovableDrivePolicy) SetEncryptionMethod(value *BitLockerEncryptionMethod)() { err := m.GetBackingStore().Set("encryptionMethod", value) if err != nil { diff --git a/models/building.go b/models/building.go index 1d83f63942c..0857ed977dc 100644 --- a/models/building.go +++ b/models/building.go @@ -56,7 +56,7 @@ func (m *Building) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896 } return res } -// GetMapEscaped gets the map property value. The map property +// GetMapEscaped gets the map property value. Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson. // returns a BuildingMapable when successful func (m *Building) GetMapEscaped()(BuildingMapable) { val, err := m.GetBackingStore().Get("mapEscaped") @@ -68,7 +68,7 @@ func (m *Building) GetMapEscaped()(BuildingMapable) { } return nil } -// GetResourceLinks gets the resourceLinks property value. The resourceLinks property +// GetResourceLinks gets the resourceLinks property value. A set of links to external resources that are associated with the building. Inherited from place. // returns a []ResourceLinkable when successful func (m *Building) GetResourceLinks()([]ResourceLinkable) { val, err := m.GetBackingStore().Get("resourceLinks") @@ -106,14 +106,14 @@ func (m *Building) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01 } return nil } -// SetMapEscaped sets the map property value. The map property +// SetMapEscaped sets the map property value. Map file associated with a building in Places. This object is the IMDF-format representation of building.geojson. func (m *Building) SetMapEscaped(value BuildingMapable)() { err := m.GetBackingStore().Set("mapEscaped", value) if err != nil { panic(err) } } -// SetResourceLinks sets the resourceLinks property value. The resourceLinks property +// SetResourceLinks sets the resourceLinks property value. A set of links to external resources that are associated with the building. Inherited from place. func (m *Building) SetResourceLinks(value []ResourceLinkable)() { err := m.GetBackingStore().Set("resourceLinks", value) if err != nil { diff --git a/models/building_map.go b/models/building_map.go index 5942c56751b..8cffb72c1ca 100644 --- a/models/building_map.go +++ b/models/building_map.go @@ -72,7 +72,7 @@ func (m *BuildingMap) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26 } return res } -// GetFootprints gets the footprints property value. The footprints property +// GetFootprints gets the footprints property value. Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. // returns a []FootprintMapable when successful func (m *BuildingMap) GetFootprints()([]FootprintMapable) { val, err := m.GetBackingStore().Get("footprints") @@ -84,7 +84,7 @@ func (m *BuildingMap) GetFootprints()([]FootprintMapable) { } return nil } -// GetLevels gets the levels property value. The levels property +// GetLevels gets the levels property value. Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. // returns a []LevelMapable when successful func (m *BuildingMap) GetLevels()([]LevelMapable) { val, err := m.GetBackingStore().Get("levels") @@ -96,7 +96,7 @@ func (m *BuildingMap) GetLevels()([]LevelMapable) { } return nil } -// GetPlaceId gets the placeId property value. The placeId property +// GetPlaceId gets the placeId property value. Identifier for the building to which this buildingMap belongs. // returns a *string when successful func (m *BuildingMap) GetPlaceId()(*string) { val, err := m.GetBackingStore().Get("placeId") @@ -146,21 +146,21 @@ func (m *BuildingMap) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6 } return nil } -// SetFootprints sets the footprints property value. The footprints property +// SetFootprints sets the footprints property value. Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format. func (m *BuildingMap) SetFootprints(value []FootprintMapable)() { err := m.GetBackingStore().Set("footprints", value) if err != nil { panic(err) } } -// SetLevels sets the levels property value. The levels property +// SetLevels sets the levels property value. Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format. func (m *BuildingMap) SetLevels(value []LevelMapable)() { err := m.GetBackingStore().Set("levels", value) if err != nil { panic(err) } } -// SetPlaceId sets the placeId property value. The placeId property +// SetPlaceId sets the placeId property value. Identifier for the building to which this buildingMap belongs. func (m *BuildingMap) SetPlaceId(value *string)() { err := m.GetBackingStore().Set("placeId", value) if err != nil { diff --git a/models/calculated_column.go b/models/calculated_column.go index fb352745e38..693be2b4bc8 100644 --- a/models/calculated_column.go +++ b/models/calculated_column.go @@ -89,7 +89,7 @@ func (m *CalculatedColumn) GetFieldDeserializers()(map[string]func(i878a80d2330e } return res } -// GetFormat gets the format property value. For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime. +// GetFormat gets the format property value. For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime. // returns a *string when successful func (m *CalculatedColumn) GetFormat()(*string) { val, err := m.GetBackingStore().Get("format") @@ -125,7 +125,7 @@ func (m *CalculatedColumn) GetOdataType()(*string) { } return nil } -// GetOutputType gets the outputType property value. The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text. +// GetOutputType gets the outputType property value. The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text. // returns a *string when successful func (m *CalculatedColumn) GetOutputType()(*string) { val, err := m.GetBackingStore().Get("outputType") @@ -182,7 +182,7 @@ func (m *CalculatedColumn) SetAdditionalData(value map[string]any)() { func (m *CalculatedColumn) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetFormat sets the format property value. For dateTime output types, the format of the value. Possible values are: dateOnly or dateTime. +// SetFormat sets the format property value. For dateTime output types, the format of the value. The possible values are: dateOnly or dateTime. func (m *CalculatedColumn) SetFormat(value *string)() { err := m.GetBackingStore().Set("format", value) if err != nil { @@ -203,7 +203,7 @@ func (m *CalculatedColumn) SetOdataType(value *string)() { panic(err) } } -// SetOutputType sets the outputType property value. The output type used to format values in this column. Possible values are: boolean, currency, dateTime, number, or text. +// SetOutputType sets the outputType property value. The output type used to format values in this column. The possible values are: boolean, currency, dateTime, number, or text. func (m *CalculatedColumn) SetOutputType(value *string)() { err := m.GetBackingStore().Set("outputType", value) if err != nil { diff --git a/models/calendar.go b/models/calendar.go index f813d810d4b..41bedb25bfe 100644 --- a/models/calendar.go +++ b/models/calendar.go @@ -22,7 +22,7 @@ func NewCalendar()(*Calendar) { func CreateCalendarFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCalendar(), nil } -// GetAllowedOnlineMeetingProviders gets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. +// GetAllowedOnlineMeetingProviders gets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. // returns a []OnlineMeetingProviderType when successful func (m *Calendar) GetAllowedOnlineMeetingProviders()([]OnlineMeetingProviderType) { val, err := m.GetBackingStore().Get("allowedOnlineMeetingProviders") @@ -118,7 +118,7 @@ func (m *Calendar) GetColor()(*CalendarColor) { } return nil } -// GetDefaultOnlineMeetingProvider gets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. +// GetDefaultOnlineMeetingProvider gets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. // returns a *OnlineMeetingProviderType when successful func (m *Calendar) GetDefaultOnlineMeetingProvider()(*OnlineMeetingProviderType) { val, err := m.GetBackingStore().Get("defaultOnlineMeetingProvider") @@ -608,7 +608,7 @@ func (m *Calendar) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01 } return nil } -// SetAllowedOnlineMeetingProviders sets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. +// SetAllowedOnlineMeetingProviders sets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. func (m *Calendar) SetAllowedOnlineMeetingProviders(value []OnlineMeetingProviderType)() { err := m.GetBackingStore().Set("allowedOnlineMeetingProviders", value) if err != nil { @@ -664,7 +664,7 @@ func (m *Calendar) SetColor(value *CalendarColor)() { panic(err) } } -// SetDefaultOnlineMeetingProvider sets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. +// SetDefaultOnlineMeetingProvider sets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. The possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. func (m *Calendar) SetDefaultOnlineMeetingProvider(value *OnlineMeetingProviderType)() { err := m.GetBackingStore().Set("defaultOnlineMeetingProvider", value) if err != nil { diff --git a/models/calendar_permission.go b/models/calendar_permission.go index b27633330d2..40edf6706ac 100644 --- a/models/calendar_permission.go +++ b/models/calendar_permission.go @@ -22,7 +22,7 @@ func NewCalendarPermission()(*CalendarPermission) { func CreateCalendarPermissionFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCalendarPermission(), nil } -// GetAllowedRoles gets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. +// GetAllowedRoles gets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. // returns a []CalendarRoleType when successful func (m *CalendarPermission) GetAllowedRoles()([]CalendarRoleType) { val, err := m.GetBackingStore().Get("allowedRoles") @@ -183,7 +183,7 @@ func (m *CalendarPermission) Serialize(writer i878a80d2330e89d26896388a3f487eef2 } return nil } -// SetAllowedRoles sets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. +// SetAllowedRoles sets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. The possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. func (m *CalendarPermission) SetAllowedRoles(value []CalendarRoleType)() { err := m.GetBackingStore().Set("allowedRoles", value) if err != nil { diff --git a/models/call.go b/models/call.go index 68f50968e9b..79116e61baa 100644 --- a/models/call.go +++ b/models/call.go @@ -490,7 +490,7 @@ func (m *Call) GetParticipants()([]Participantable) { } return nil } -// GetRequestedModalities gets the requestedModalities property value. The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. +// GetRequestedModalities gets the requestedModalities property value. The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data. // returns a []Modality when successful func (m *Call) GetRequestedModalities()([]Modality) { val, err := m.GetBackingStore().Get("requestedModalities") @@ -526,7 +526,7 @@ func (m *Call) GetSource()(ParticipantInfoable) { } return nil } -// GetState gets the state property value. The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. +// GetState gets the state property value. The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. // returns a *CallState when successful func (m *Call) GetState()(*CallState) { val, err := m.GetBackingStore().Get("state") @@ -893,7 +893,7 @@ func (m *Call) SetParticipants(value []Participantable)() { panic(err) } } -// SetRequestedModalities sets the requestedModalities property value. The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. +// SetRequestedModalities sets the requestedModalities property value. The list of requested modalities. The possible values are: unknown, audio, video, videoBasedScreenSharing, data. func (m *Call) SetRequestedModalities(value []Modality)() { err := m.GetBackingStore().Set("requestedModalities", value) if err != nil { @@ -914,7 +914,7 @@ func (m *Call) SetSource(value ParticipantInfoable)() { panic(err) } } -// SetState sets the state property value. The call state. Possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. +// SetState sets the state property value. The call state. The possible values are: incoming, establishing, ringing, established, hold, transferring, transferAccepted, redirecting, terminating, terminated. Read-only. func (m *Call) SetState(value *CallState)() { err := m.GetBackingStore().Set("state", value) if err != nil { diff --git a/models/call_ended_event_message_detail.go b/models/call_ended_event_message_detail.go index cfdc622d33e..7c5bb251325 100644 --- a/models/call_ended_event_message_detail.go +++ b/models/call_ended_event_message_detail.go @@ -36,7 +36,7 @@ func (m *CallEndedEventMessageDetail) GetCallDuration()(*i878a80d2330e89d2689638 } return nil } -// GetCallEventType gets the callEventType property value. Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue. +// GetCallEventType gets the callEventType property value. Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue. // returns a *TeamworkCallEventType when successful func (m *CallEndedEventMessageDetail) GetCallEventType()(*TeamworkCallEventType) { val, err := m.GetBackingStore().Get("callEventType") @@ -198,7 +198,7 @@ func (m *CallEndedEventMessageDetail) SetCallDuration(value *i878a80d2330e89d268 panic(err) } } -// SetCallEventType sets the callEventType property value. Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue. +// SetCallEventType sets the callEventType property value. Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue. func (m *CallEndedEventMessageDetail) SetCallEventType(value *TeamworkCallEventType)() { err := m.GetBackingStore().Set("callEventType", value) if err != nil { diff --git a/models/call_media_state.go b/models/call_media_state.go index b36dc4879a0..8d7dfd65128 100644 --- a/models/call_media_state.go +++ b/models/call_media_state.go @@ -38,7 +38,7 @@ func (m *CallMediaState) GetAdditionalData()(map[string]any) { } return val.(map[string]any) } -// GetAudio gets the audio property value. The audio media state. Possible values are: active, inactive, unknownFutureValue. +// GetAudio gets the audio property value. The audio media state. The possible values are: active, inactive, unknownFutureValue. // returns a *MediaState when successful func (m *CallMediaState) GetAudio()(*MediaState) { val, err := m.GetBackingStore().Get("audio") @@ -123,7 +123,7 @@ func (m *CallMediaState) SetAdditionalData(value map[string]any)() { panic(err) } } -// SetAudio sets the audio property value. The audio media state. Possible values are: active, inactive, unknownFutureValue. +// SetAudio sets the audio property value. The audio media state. The possible values are: active, inactive, unknownFutureValue. func (m *CallMediaState) SetAudio(value *MediaState)() { err := m.GetBackingStore().Set("audio", value) if err != nil { diff --git a/models/call_recording_event_message_detail.go b/models/call_recording_event_message_detail.go index 0f8b0046767..60cb2d8d025 100644 --- a/models/call_recording_event_message_detail.go +++ b/models/call_recording_event_message_detail.go @@ -60,7 +60,7 @@ func (m *CallRecordingEventMessageDetail) GetCallRecordingDuration()(*i878a80d23 } return nil } -// GetCallRecordingStatus gets the callRecordingStatus property value. Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue. +// GetCallRecordingStatus gets the callRecordingStatus property value. Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue. // returns a *CallRecordingStatus when successful func (m *CallRecordingEventMessageDetail) GetCallRecordingStatus()(*CallRecordingStatus) { val, err := m.GetBackingStore().Get("callRecordingStatus") @@ -256,7 +256,7 @@ func (m *CallRecordingEventMessageDetail) SetCallRecordingDuration(value *i878a8 panic(err) } } -// SetCallRecordingStatus sets the callRecordingStatus property value. Status of the call recording. Possible values are: success, failure, initial, chunkFinished, unknownFutureValue. +// SetCallRecordingStatus sets the callRecordingStatus property value. Status of the call recording. The possible values are: success, failure, initial, chunkFinished, unknownFutureValue. func (m *CallRecordingEventMessageDetail) SetCallRecordingStatus(value *CallRecordingStatus)() { err := m.GetBackingStore().Set("callRecordingStatus", value) if err != nil { diff --git a/models/call_started_event_message_detail.go b/models/call_started_event_message_detail.go index 7e7dd45d7fa..2795ae62a40 100644 --- a/models/call_started_event_message_detail.go +++ b/models/call_started_event_message_detail.go @@ -24,7 +24,7 @@ func NewCallStartedEventMessageDetail()(*CallStartedEventMessageDetail) { func CreateCallStartedEventMessageDetailFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCallStartedEventMessageDetail(), nil } -// GetCallEventType gets the callEventType property value. Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue. +// GetCallEventType gets the callEventType property value. Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue. // returns a *TeamworkCallEventType when successful func (m *CallStartedEventMessageDetail) GetCallEventType()(*TeamworkCallEventType) { val, err := m.GetBackingStore().Get("callEventType") @@ -123,7 +123,7 @@ func (m *CallStartedEventMessageDetail) Serialize(writer i878a80d2330e89d2689638 } return nil } -// SetCallEventType sets the callEventType property value. Represents the call event type. Possible values are: call, meeting, screenShare, unknownFutureValue. +// SetCallEventType sets the callEventType property value. Represents the call event type. The possible values are: call, meeting, screenShare, unknownFutureValue. func (m *CallStartedEventMessageDetail) SetCallEventType(value *TeamworkCallEventType)() { err := m.GetBackingStore().Set("callEventType", value) if err != nil { diff --git a/models/callrecords/call_record.go b/models/callrecords/call_record.go index 80d9fd7d55f..fdc0dc61d21 100644 --- a/models/callrecords/call_record.go +++ b/models/callrecords/call_record.go @@ -210,7 +210,7 @@ func (m *CallRecord) GetLastModifiedDateTime()(*i336074805fc853987abe6f7fe3ad97a } return nil } -// GetModalities gets the modalities property value. List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. +// GetModalities gets the modalities property value. List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. // returns a []Modality when successful func (m *CallRecord) GetModalities()([]Modality) { val, err := m.GetBackingStore().Get("modalities") @@ -438,7 +438,7 @@ func (m *CallRecord) SetLastModifiedDateTime(value *i336074805fc853987abe6f7fe3a panic(err) } } -// SetModalities sets the modalities property value. List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. +// SetModalities sets the modalities property value. List of all the modalities used in the call. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. func (m *CallRecord) SetModalities(value []Modality)() { err := m.GetBackingStore().Set("modalities", value) if err != nil { diff --git a/models/callrecords/media_stream.go b/models/callrecords/media_stream.go index 4001f887791..f3d735a976f 100644 --- a/models/callrecords/media_stream.go +++ b/models/callrecords/media_stream.go @@ -39,7 +39,7 @@ func (m *MediaStream) GetAdditionalData()(map[string]any) { } return val.(map[string]any) } -// GetAudioCodec gets the audioCodec property value. Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue. +// GetAudioCodec gets the audioCodec property value. Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue. // returns a *AudioCodec when successful func (m *MediaStream) GetAudioCodec()(*AudioCodec) { val, err := m.GetBackingStore().Get("audioCodec") @@ -708,7 +708,7 @@ func (m *MediaStream) GetStreamId()(*string) { } return nil } -// GetVideoCodec gets the videoCodec property value. Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue. +// GetVideoCodec gets the videoCodec property value. Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue. // returns a *VideoCodec when successful func (m *MediaStream) GetVideoCodec()(*VideoCodec) { val, err := m.GetBackingStore().Get("videoCodec") @@ -938,7 +938,7 @@ func (m *MediaStream) SetAdditionalData(value map[string]any)() { panic(err) } } -// SetAudioCodec sets the audioCodec property value. Codec name used to encode audio for transmission on the network. Possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue. +// SetAudioCodec sets the audioCodec property value. Codec name used to encode audio for transmission on the network. The possible values are: unknown, invalid, cn, pcma, pcmu, amrWide, g722, g7221, g7221c, g729, multiChannelAudio, muchv2, opus, satin, satinFullband, rtAudio8, rtAudio16, silk, silkNarrow, silkWide, siren, xmsRta, unknownFutureValue. func (m *MediaStream) SetAudioCodec(value *AudioCodec)() { err := m.GetBackingStore().Set("audioCodec", value) if err != nil { @@ -1145,7 +1145,7 @@ func (m *MediaStream) SetStreamId(value *string)() { panic(err) } } -// SetVideoCodec sets the videoCodec property value. Codec name used to encode video for transmission on the network. Possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue. +// SetVideoCodec sets the videoCodec property value. Codec name used to encode video for transmission on the network. The possible values are: unknown, invalid, av1, h263, h264, h264s, h264uc, h265, rtvc1, rtVideo, xrtvc1, unknownFutureValue. func (m *MediaStream) SetVideoCodec(value *VideoCodec)() { err := m.GetBackingStore().Set("videoCodec", value) if err != nil { diff --git a/models/callrecords/session.go b/models/callrecords/session.go index 75f100a58bf..e6397c583f9 100644 --- a/models/callrecords/session.go +++ b/models/callrecords/session.go @@ -182,7 +182,7 @@ func (m *Session) GetIsTest()(*bool) { } return nil } -// GetModalities gets the modalities property value. List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. +// GetModalities gets the modalities property value. List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. // returns a []Modality when successful func (m *Session) GetModalities()([]Modality) { val, err := m.GetBackingStore().Get("modalities") @@ -315,7 +315,7 @@ func (m *Session) SetIsTest(value *bool)() { panic(err) } } -// SetModalities sets the modalities property value. List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. +// SetModalities sets the modalities property value. List of modalities present in the session. The possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue. func (m *Session) SetModalities(value []Modality)() { err := m.GetBackingStore().Set("modalities", value) if err != nil { diff --git a/models/check_in_claim.go b/models/check_in_claim.go index 2f55ad231e7..ef10a61babb 100644 --- a/models/check_in_claim.go +++ b/models/check_in_claim.go @@ -44,7 +44,7 @@ func (m *CheckInClaim) GetAdditionalData()(map[string]any) { func (m *CheckInClaim) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetCalendarEventId gets the calendarEventId property value. The calendarEventId property +// GetCalendarEventId gets the calendarEventId property value. The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event. // returns a *string when successful func (m *CheckInClaim) GetCalendarEventId()(*string) { val, err := m.GetBackingStore().Get("calendarEventId") @@ -68,7 +68,7 @@ func (m *CheckInClaim) GetCheckInMethod()(*CheckInMethod) { } return nil } -// GetCreatedDateTime gets the createdDateTime property value. The createdDateTime property +// GetCreatedDateTime gets the createdDateTime property value. The date and time when the checkInClaim object was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. // returns a *Time when successful func (m *CheckInClaim) GetCreatedDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time) { val, err := m.GetBackingStore().Get("createdDateTime") @@ -184,7 +184,7 @@ func (m *CheckInClaim) SetAdditionalData(value map[string]any)() { func (m *CheckInClaim) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetCalendarEventId sets the calendarEventId property value. The calendarEventId property +// SetCalendarEventId sets the calendarEventId property value. The unique identifier for an Outlook calendar event associated with the checkInClaim object. For more information, see the iCalUId property in event. func (m *CheckInClaim) SetCalendarEventId(value *string)() { err := m.GetBackingStore().Set("calendarEventId", value) if err != nil { @@ -198,7 +198,7 @@ func (m *CheckInClaim) SetCheckInMethod(value *CheckInMethod)() { panic(err) } } -// SetCreatedDateTime sets the createdDateTime property value. The createdDateTime property +// SetCreatedDateTime sets the createdDateTime property value. The date and time when the checkInClaim object was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. func (m *CheckInClaim) SetCreatedDateTime(value *i336074805fc853987abe6f7fe3ad97a6a6f3077a16391fec744f671a015fbd7e.Time)() { err := m.GetBackingStore().Set("createdDateTime", value) if err != nil { diff --git a/models/cloud_app_security_session_control.go b/models/cloud_app_security_session_control.go index 99bfd36541b..8998a5353d9 100644 --- a/models/cloud_app_security_session_control.go +++ b/models/cloud_app_security_session_control.go @@ -24,7 +24,7 @@ func NewCloudAppSecuritySessionControl()(*CloudAppSecuritySessionControl) { func CreateCloudAppSecuritySessionControlFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCloudAppSecuritySessionControl(), nil } -// GetCloudAppSecurityType gets the cloudAppSecurityType property value. Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps. +// GetCloudAppSecurityType gets the cloudAppSecurityType property value. The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps. // returns a *CloudAppSecuritySessionControlType when successful func (m *CloudAppSecuritySessionControl) GetCloudAppSecurityType()(*CloudAppSecuritySessionControlType) { val, err := m.GetBackingStore().Get("cloudAppSecurityType") @@ -67,7 +67,7 @@ func (m *CloudAppSecuritySessionControl) Serialize(writer i878a80d2330e89d268963 } return nil } -// SetCloudAppSecurityType sets the cloudAppSecurityType property value. Possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps. +// SetCloudAppSecurityType sets the cloudAppSecurityType property value. The possible values are: mcasConfigured, monitorOnly, blockDownloads, unknownFutureValue. For more information, see Deploy Conditional Access App Control for featured apps. func (m *CloudAppSecuritySessionControl) SetCloudAppSecurityType(value *CloudAppSecuritySessionControlType)() { err := m.GetBackingStore().Set("cloudAppSecurityType", value) if err != nil { diff --git a/models/cloud_p_c.go b/models/cloud_p_c.go index 4c2abd7392d..09d7dbbb3a0 100644 --- a/models/cloud_p_c.go +++ b/models/cloud_p_c.go @@ -289,7 +289,7 @@ func (m *CloudPC) GetProvisioningPolicyName()(*string) { } return nil } -// GetProvisioningType gets the provisioningType property value. The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated. +// GetProvisioningType gets the provisioningType property value. The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated. // returns a *CloudPcProvisioningType when successful func (m *CloudPC) GetProvisioningType()(*CloudPcProvisioningType) { val, err := m.GetBackingStore().Get("provisioningType") @@ -500,7 +500,7 @@ func (m *CloudPC) SetProvisioningPolicyName(value *string)() { panic(err) } } -// SetProvisioningType sets the provisioningType property value. The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated. +// SetProvisioningType sets the provisioningType property value. The type of licenses to be used when provisioning Cloud PCs using this policy. The possible values are: dedicated, shared, unknownFutureValue. The default value is dedicated. func (m *CloudPC) SetProvisioningType(value *CloudPcProvisioningType)() { err := m.GetBackingStore().Set("provisioningType", value) if err != nil { diff --git a/models/cloud_pc_device_image.go b/models/cloud_pc_device_image.go index 3694c0a402f..1a02c4860dd 100644 --- a/models/cloud_pc_device_image.go +++ b/models/cloud_pc_device_image.go @@ -35,7 +35,7 @@ func (m *CloudPcDeviceImage) GetDisplayName()(*string) { } return nil } -// GetErrorCode gets the errorCode property value. The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only. +// GetErrorCode gets the errorCode property value. The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only. // returns a *CloudPcDeviceImageErrorCode when successful func (m *CloudPcDeviceImage) GetErrorCode()(*CloudPcDeviceImageErrorCode) { val, err := m.GetBackingStore().Get("errorCode") @@ -201,7 +201,7 @@ func (m *CloudPcDeviceImage) GetOsBuildNumber()(*string) { } return nil } -// GetOsStatus gets the osStatus property value. The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only. +// GetOsStatus gets the osStatus property value. The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only. // returns a *CloudPcDeviceImageOsStatus when successful func (m *CloudPcDeviceImage) GetOsStatus()(*CloudPcDeviceImageOsStatus) { val, err := m.GetBackingStore().Get("osStatus") @@ -225,7 +225,7 @@ func (m *CloudPcDeviceImage) GetSourceImageResourceId()(*string) { } return nil } -// GetStatus gets the status property value. The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only. +// GetStatus gets the status property value. The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only. // returns a *CloudPcDeviceImageStatus when successful func (m *CloudPcDeviceImage) GetStatus()(*CloudPcDeviceImageStatus) { val, err := m.GetBackingStore().Get("status") @@ -327,7 +327,7 @@ func (m *CloudPcDeviceImage) SetDisplayName(value *string)() { panic(err) } } -// SetErrorCode sets the errorCode property value. The error code of the status of the image that indicates why the upload failed, if applicable. Possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only. +// SetErrorCode sets the errorCode property value. The error code of the status of the image that indicates why the upload failed, if applicable. The possible values are: internalServerError, sourceImageNotFound, osVersionNotSupported, sourceImageInvalid, sourceImageNotGeneralized, unknownFutureValue, vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: vmAlreadyAzureAdJoined, paidSourceImageNotSupport, sourceImageNotSupportCustomizeVMName, sourceImageSizeExceedsLimitation. Read-only. func (m *CloudPcDeviceImage) SetErrorCode(value *CloudPcDeviceImageErrorCode)() { err := m.GetBackingStore().Set("errorCode", value) if err != nil { @@ -362,7 +362,7 @@ func (m *CloudPcDeviceImage) SetOsBuildNumber(value *string)() { panic(err) } } -// SetOsStatus sets the osStatus property value. The OS status of this image. Possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only. +// SetOsStatus sets the osStatus property value. The OS status of this image. The possible values are: supported, supportedWithWarning, unknown, unknownFutureValue. The default value is unknown. Read-only. func (m *CloudPcDeviceImage) SetOsStatus(value *CloudPcDeviceImageOsStatus)() { err := m.GetBackingStore().Set("osStatus", value) if err != nil { @@ -376,7 +376,7 @@ func (m *CloudPcDeviceImage) SetSourceImageResourceId(value *string)() { panic(err) } } -// SetStatus sets the status property value. The status of the image on the Cloud PC. Possible values are: pending, ready, failed, unknownFutureValue. Read-only. +// SetStatus sets the status property value. The status of the image on the Cloud PC. The possible values are: pending, ready, failed, unknownFutureValue. Read-only. func (m *CloudPcDeviceImage) SetStatus(value *CloudPcDeviceImageStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/cloud_pc_domain_join_configuration.go b/models/cloud_pc_domain_join_configuration.go index e1cf913ced6..38fa17e16d9 100644 --- a/models/cloud_pc_domain_join_configuration.go +++ b/models/cloud_pc_domain_join_configuration.go @@ -43,7 +43,7 @@ func (m *CloudPcDomainJoinConfiguration) GetAdditionalData()(map[string]any) { func (m *CloudPcDomainJoinConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetDomainJoinType gets the domainJoinType property value. Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. +// GetDomainJoinType gets the domainJoinType property value. Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. // returns a *CloudPcDomainJoinType when successful func (m *CloudPcDomainJoinConfiguration) GetDomainJoinType()(*CloudPcDomainJoinType) { val, err := m.GetBackingStore().Get("domainJoinType") @@ -135,7 +135,7 @@ func (m *CloudPcDomainJoinConfiguration) GetOnPremisesConnectionId()(*string) { } return nil } -// GetRegionGroup gets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only. +// GetRegionGroup gets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only. // returns a *CloudPcRegionGroup when successful func (m *CloudPcDomainJoinConfiguration) GetRegionGroup()(*CloudPcRegionGroup) { val, err := m.GetBackingStore().Get("regionGroup") @@ -212,7 +212,7 @@ func (m *CloudPcDomainJoinConfiguration) SetAdditionalData(value map[string]any) func (m *CloudPcDomainJoinConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetDomainJoinType sets the domainJoinType property value. Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. Possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. +// SetDomainJoinType sets the domainJoinType property value. Specifies the method by which the provisioned Cloud PC joins Microsoft Entra ID. If you choose the hybridAzureADJoin type, only provide a value for the onPremisesConnectionId property and leave the regionName property empty. If you choose the azureADJoin type, provide a value for either the onPremisesConnectionId or the regionName property. The possible values are: azureADJoin, hybridAzureADJoin, unknownFutureValue. func (m *CloudPcDomainJoinConfiguration) SetDomainJoinType(value *CloudPcDomainJoinType)() { err := m.GetBackingStore().Set("domainJoinType", value) if err != nil { @@ -233,7 +233,7 @@ func (m *CloudPcDomainJoinConfiguration) SetOnPremisesConnectionId(value *string panic(err) } } -// SetRegionGroup sets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. Possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only. +// SetRegionGroup sets the regionGroup property value. The logical geographic group this region belongs to. Multiple regions can belong to one region group. A customer can select a regionGroup when they provision a Cloud PC, and the Cloud PC is put in one of the regions in the group based on resource status. For example, the Europe region group contains the Northern Europe and Western Europe regions. The possible values are: default, australia, canada, usCentral, usEast, usWest, france, germany, europeUnion, unitedKingdom, japan, asia, india, southAmerica, euap, usGovernment, usGovernmentDOD, unknownFutureValue, norway, switzerland, southKorea. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: norway, switzerland, southKorea. Read-only. func (m *CloudPcDomainJoinConfiguration) SetRegionGroup(value *CloudPcRegionGroup)() { err := m.GetBackingStore().Set("regionGroup", value) if err != nil { diff --git a/models/cloud_pc_gallery_image.go b/models/cloud_pc_gallery_image.go index 3c81e5672ca..4b0be522f4f 100644 --- a/models/cloud_pc_gallery_image.go +++ b/models/cloud_pc_gallery_image.go @@ -214,7 +214,7 @@ func (m *CloudPcGalleryImage) GetStartDate()(*i878a80d2330e89d26896388a3f487eef2 } return nil } -// GetStatus gets the status property value. The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. +// GetStatus gets the status property value. The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. // returns a *CloudPcGalleryImageStatus when successful func (m *CloudPcGalleryImage) GetStatus()(*CloudPcGalleryImageStatus) { val, err := m.GetBackingStore().Get("status") @@ -345,7 +345,7 @@ func (m *CloudPcGalleryImage) SetStartDate(value *i878a80d2330e89d26896388a3f487 panic(err) } } -// SetStatus sets the status property value. The status of the gallery image on the Cloud PC. Possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. +// SetStatus sets the status property value. The status of the gallery image on the Cloud PC. The possible values are: supported, supportedWithWarning, notSupported, unknownFutureValue. The default value is supported. Read-only. func (m *CloudPcGalleryImage) SetStatus(value *CloudPcGalleryImageStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/cloud_pc_on_premises_connection_health_check.go b/models/cloud_pc_on_premises_connection_health_check.go index 19cf6cf28d8..b6cd3dfe6c9 100644 --- a/models/cloud_pc_on_premises_connection_health_check.go +++ b/models/cloud_pc_on_premises_connection_health_check.go @@ -92,7 +92,7 @@ func (m *CloudPcOnPremisesConnectionHealthCheck) GetEndDateTime()(*i336074805fc8 } return nil } -// GetErrorType gets the errorType property value. The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only. +// GetErrorType gets the errorType property value. The type of error that occurred during this health check. The possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only. // returns a *CloudPcOnPremisesConnectionHealthCheckErrorType when successful func (m *CloudPcOnPremisesConnectionHealthCheck) GetErrorType()(*CloudPcOnPremisesConnectionHealthCheckErrorType) { val, err := m.GetBackingStore().Get("errorType") @@ -353,7 +353,7 @@ func (m *CloudPcOnPremisesConnectionHealthCheck) SetEndDateTime(value *i33607480 panic(err) } } -// SetErrorType sets the errorType property value. The type of error that occurred during this health check. Possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only. +// SetErrorType sets the errorType property value. The type of error that occurred during this health check. The possible values are: endpointConnectivityCheckCloudPcUrlNotAllowListed, endpointConnectivityCheckWVDUrlNotAllowListed, etc. (The all possible values can refer to cloudPcOnPremisesConnectionHealthCheckErrorType) Read-Only. func (m *CloudPcOnPremisesConnectionHealthCheck) SetErrorType(value *CloudPcOnPremisesConnectionHealthCheckErrorType)() { err := m.GetBackingStore().Set("errorType", value) if err != nil { diff --git a/models/cloud_pc_provisioning_policy.go b/models/cloud_pc_provisioning_policy.go index 3f20d7e98f6..0d13e91af3f 100644 --- a/models/cloud_pc_provisioning_policy.go +++ b/models/cloud_pc_provisioning_policy.go @@ -390,7 +390,7 @@ func (m *CloudPcProvisioningPolicy) GetMicrosoftManagedDesktop()(MicrosoftManage } return nil } -// GetProvisioningType gets the provisioningType property value. Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue. +// GetProvisioningType gets the provisioningType property value. Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. The possible values are: dedicated, shared, unknownFutureValue. // returns a *CloudPcProvisioningType when successful func (m *CloudPcProvisioningPolicy) GetProvisioningType()(*CloudPcProvisioningType) { val, err := m.GetBackingStore().Get("provisioningType") @@ -643,7 +643,7 @@ func (m *CloudPcProvisioningPolicy) SetMicrosoftManagedDesktop(value MicrosoftMa panic(err) } } -// SetProvisioningType sets the provisioningType property value. Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. Possible values are: dedicated, shared, unknownFutureValue. +// SetProvisioningType sets the provisioningType property value. Specifies the type of license used when provisioning Cloud PCs using this policy. By default, the license type is dedicated if the provisioningType isn't specified when you create the cloudPcProvisioningPolicy. You can't change this property after the cloudPcProvisioningPolicy was created. The possible values are: dedicated, shared, unknownFutureValue. func (m *CloudPcProvisioningPolicy) SetProvisioningType(value *CloudPcProvisioningType)() { err := m.GetBackingStore().Set("provisioningType", value) if err != nil { diff --git a/models/cloud_pc_restore_point_setting.go b/models/cloud_pc_restore_point_setting.go index eeaaeeec5c5..9af63c88f5a 100644 --- a/models/cloud_pc_restore_point_setting.go +++ b/models/cloud_pc_restore_point_setting.go @@ -79,7 +79,7 @@ func (m *CloudPcRestorePointSetting) GetFieldDeserializers()(map[string]func(i87 } return res } -// GetFrequencyType gets the frequencyType property value. The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours. +// GetFrequencyType gets the frequencyType property value. The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours. // returns a *CloudPcRestorePointFrequencyType when successful func (m *CloudPcRestorePointSetting) GetFrequencyType()(*CloudPcRestorePointFrequencyType) { val, err := m.GetBackingStore().Get("frequencyType") @@ -155,7 +155,7 @@ func (m *CloudPcRestorePointSetting) SetAdditionalData(value map[string]any)() { func (m *CloudPcRestorePointSetting) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetFrequencyType sets the frequencyType property value. The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours. +// SetFrequencyType sets the frequencyType property value. The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. The possible values are: default, fourHours, sixHours, twelveHours, sixteenHours, twentyFourHours, unknownFutureValue. The default value is default that indicates that the time interval for automatic capturing of restore point snapshots is set to 12 hours. func (m *CloudPcRestorePointSetting) SetFrequencyType(value *CloudPcRestorePointFrequencyType)() { err := m.GetBackingStore().Set("frequencyType", value) if err != nil { diff --git a/models/communications_identity_set.go b/models/communications_identity_set.go index efb70638541..60222af2ca5 100644 --- a/models/communications_identity_set.go +++ b/models/communications_identity_set.go @@ -72,7 +72,7 @@ func (m *CommunicationsIdentitySet) GetEncrypted()(Identityable) { } return nil } -// GetEndpointType gets the endpointType property value. Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue. +// GetEndpointType gets the endpointType property value. Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue. // returns a *EndpointType when successful func (m *CommunicationsIdentitySet) GetEndpointType()(*EndpointType) { val, err := m.GetBackingStore().Get("endpointType") @@ -291,7 +291,7 @@ func (m *CommunicationsIdentitySet) SetEncrypted(value Identityable)() { panic(err) } } -// SetEndpointType sets the endpointType property value. Type of endpoint that the participant uses. Possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue. +// SetEndpointType sets the endpointType property value. Type of endpoint that the participant uses. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone, unknownFutureValue. func (m *CommunicationsIdentitySet) SetEndpointType(value *EndpointType)() { err := m.GetBackingStore().Set("endpointType", value) if err != nil { diff --git a/models/company_subscription.go b/models/company_subscription.go index cf2dc4dbf30..9281c1d431e 100644 --- a/models/company_subscription.go +++ b/models/company_subscription.go @@ -275,7 +275,7 @@ func (m *CompanySubscription) GetSkuPartNumber()(*string) { } return nil } -// GetStatus gets the status property value. The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. +// GetStatus gets the status property value. The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. // returns a *string when successful func (m *CompanySubscription) GetStatus()(*string) { val, err := m.GetBackingStore().Get("status") @@ -455,7 +455,7 @@ func (m *CompanySubscription) SetSkuPartNumber(value *string)() { panic(err) } } -// SetStatus sets the status property value. The status of this subscription. Possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. +// SetStatus sets the status property value. The status of this subscription. The possible values are: Enabled, Deleted, Suspended, Warning, LockedOut. func (m *CompanySubscription) SetStatus(value *string)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/conditional_access_condition_set.go b/models/conditional_access_condition_set.go index a1c4413575d..21f1f1a8e0b 100644 --- a/models/conditional_access_condition_set.go +++ b/models/conditional_access_condition_set.go @@ -79,7 +79,7 @@ func (m *ConditionalAccessConditionSet) GetClientApplications()(ConditionalAcces } return nil } -// GetClientAppTypes gets the clientAppTypes property value. Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. +// GetClientAppTypes gets the clientAppTypes property value. Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. // returns a []ConditionalAccessClientApp when successful func (m *ConditionalAccessConditionSet) GetClientAppTypes()([]ConditionalAccessClientApp) { val, err := m.GetBackingStore().Get("clientAppTypes") @@ -311,7 +311,7 @@ func (m *ConditionalAccessConditionSet) GetPlatforms()(ConditionalAccessPlatform } return nil } -// GetServicePrincipalRiskLevels gets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. +// GetServicePrincipalRiskLevels gets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue. // returns a []RiskLevel when successful func (m *ConditionalAccessConditionSet) GetServicePrincipalRiskLevels()([]RiskLevel) { val, err := m.GetBackingStore().Get("servicePrincipalRiskLevels") @@ -323,7 +323,7 @@ func (m *ConditionalAccessConditionSet) GetServicePrincipalRiskLevels()([]RiskLe } return nil } -// GetSignInRiskLevels gets the signInRiskLevels property value. Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. +// GetSignInRiskLevels gets the signInRiskLevels property value. Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. // returns a []RiskLevel when successful func (m *ConditionalAccessConditionSet) GetSignInRiskLevels()([]RiskLevel) { val, err := m.GetBackingStore().Get("signInRiskLevels") @@ -335,7 +335,7 @@ func (m *ConditionalAccessConditionSet) GetSignInRiskLevels()([]RiskLevel) { } return nil } -// GetUserRiskLevels gets the userRiskLevels property value. User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. +// GetUserRiskLevels gets the userRiskLevels property value. User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. // returns a []RiskLevel when successful func (m *ConditionalAccessConditionSet) GetUserRiskLevels()([]RiskLevel) { val, err := m.GetBackingStore().Get("userRiskLevels") @@ -480,7 +480,7 @@ func (m *ConditionalAccessConditionSet) SetClientApplications(value ConditionalA panic(err) } } -// SetClientAppTypes sets the clientAppTypes property value. Client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. +// SetClientAppTypes sets the clientAppTypes property value. Client application types included in the policy. The possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported, other. Required. The easUnsupported enumeration member will be deprecated in favor of exchangeActiveSync, which includes EAS supported and unsupported platforms. func (m *ConditionalAccessConditionSet) SetClientAppTypes(value []ConditionalAccessClientApp)() { err := m.GetBackingStore().Set("clientAppTypes", value) if err != nil { @@ -522,21 +522,21 @@ func (m *ConditionalAccessConditionSet) SetPlatforms(value ConditionalAccessPlat panic(err) } } -// SetServicePrincipalRiskLevels sets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. +// SetServicePrincipalRiskLevels sets the servicePrincipalRiskLevels property value. Service principal risk levels included in the policy. The possible values are: low, medium, high, none, unknownFutureValue. func (m *ConditionalAccessConditionSet) SetServicePrincipalRiskLevels(value []RiskLevel)() { err := m.GetBackingStore().Set("servicePrincipalRiskLevels", value) if err != nil { panic(err) } } -// SetSignInRiskLevels sets the signInRiskLevels property value. Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. +// SetSignInRiskLevels sets the signInRiskLevels property value. Sign-in risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. func (m *ConditionalAccessConditionSet) SetSignInRiskLevels(value []RiskLevel)() { err := m.GetBackingStore().Set("signInRiskLevels", value) if err != nil { panic(err) } } -// SetUserRiskLevels sets the userRiskLevels property value. User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. +// SetUserRiskLevels sets the userRiskLevels property value. User risk levels included in the policy. The possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. func (m *ConditionalAccessConditionSet) SetUserRiskLevels(value []RiskLevel)() { err := m.GetBackingStore().Set("userRiskLevels", value) if err != nil { diff --git a/models/conditional_access_external_tenants.go b/models/conditional_access_external_tenants.go index 38fddb33288..f241e998f11 100644 --- a/models/conditional_access_external_tenants.go +++ b/models/conditional_access_external_tenants.go @@ -89,7 +89,7 @@ func (m *ConditionalAccessExternalTenants) GetFieldDeserializers()(map[string]fu } return res } -// GetMembershipKind gets the membershipKind property value. The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. +// GetMembershipKind gets the membershipKind property value. The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. // returns a *ConditionalAccessExternalTenantsMembershipKind when successful func (m *ConditionalAccessExternalTenants) GetMembershipKind()(*ConditionalAccessExternalTenantsMembershipKind) { val, err := m.GetBackingStore().Get("membershipKind") @@ -147,7 +147,7 @@ func (m *ConditionalAccessExternalTenants) SetAdditionalData(value map[string]an func (m *ConditionalAccessExternalTenants) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetMembershipKind sets the membershipKind property value. The membership kind. Possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. +// SetMembershipKind sets the membershipKind property value. The membership kind. The possible values are: all, enumerated, unknownFutureValue. The enumerated member references an conditionalAccessEnumeratedExternalTenants object. func (m *ConditionalAccessExternalTenants) SetMembershipKind(value *ConditionalAccessExternalTenantsMembershipKind)() { err := m.GetBackingStore().Set("membershipKind", value) if err != nil { diff --git a/models/conditional_access_platforms.go b/models/conditional_access_platforms.go index 9ce4083704b..afe55d13d32 100644 --- a/models/conditional_access_platforms.go +++ b/models/conditional_access_platforms.go @@ -43,7 +43,7 @@ func (m *ConditionalAccessPlatforms) GetAdditionalData()(map[string]any) { func (m *ConditionalAccessPlatforms) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetExcludePlatforms gets the excludePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. +// GetExcludePlatforms gets the excludePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. // returns a []ConditionalAccessDevicePlatform when successful func (m *ConditionalAccessPlatforms) GetExcludePlatforms()([]ConditionalAccessDevicePlatform) { val, err := m.GetBackingStore().Get("excludePlatforms") @@ -103,7 +103,7 @@ func (m *ConditionalAccessPlatforms) GetFieldDeserializers()(map[string]func(i87 } return res } -// GetIncludePlatforms gets the includePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. +// GetIncludePlatforms gets the includePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. // returns a []ConditionalAccessDevicePlatform when successful func (m *ConditionalAccessPlatforms) GetIncludePlatforms()([]ConditionalAccessDevicePlatform) { val, err := m.GetBackingStore().Get("includePlatforms") @@ -166,14 +166,14 @@ func (m *ConditionalAccessPlatforms) SetAdditionalData(value map[string]any)() { func (m *ConditionalAccessPlatforms) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetExcludePlatforms sets the excludePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. +// SetExcludePlatforms sets the excludePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. func (m *ConditionalAccessPlatforms) SetExcludePlatforms(value []ConditionalAccessDevicePlatform)() { err := m.GetBackingStore().Set("excludePlatforms", value) if err != nil { panic(err) } } -// SetIncludePlatforms sets the includePlatforms property value. Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. +// SetIncludePlatforms sets the includePlatforms property value. The possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue. func (m *ConditionalAccessPlatforms) SetIncludePlatforms(value []ConditionalAccessDevicePlatform)() { err := m.GetBackingStore().Set("includePlatforms", value) if err != nil { diff --git a/models/contract.go b/models/contract.go index 43d694119b8..76263441079 100644 --- a/models/contract.go +++ b/models/contract.go @@ -25,7 +25,7 @@ func NewContract()(*Contract) { func CreateContractFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewContract(), nil } -// GetContractType gets the contractType property value. Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below. +// GetContractType gets the contractType property value. Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below. // returns a *string when successful func (m *Contract) GetContractType()(*string) { val, err := m.GetBackingStore().Get("contractType") @@ -151,7 +151,7 @@ func (m *Contract) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01 } return nil } -// SetContractType sets the contractType property value. Type of contract. Possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below. +// SetContractType sets the contractType property value. Type of contract. The possible values are: SyndicationPartner, BreadthPartner, ResellerPartner. See more in the table below. func (m *Contract) SetContractType(value *string)() { err := m.GetBackingStore().Set("contractType", value) if err != nil { diff --git a/models/custom_training_setting.go b/models/custom_training_setting.go index 46847a0782f..d78752779d4 100644 --- a/models/custom_training_setting.go +++ b/models/custom_training_setting.go @@ -24,7 +24,7 @@ func NewCustomTrainingSetting()(*CustomTrainingSetting) { func CreateCustomTrainingSettingFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewCustomTrainingSetting(), nil } -// GetAssignedTo gets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. +// GetAssignedTo gets the assignedTo property value. A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. // returns a []TrainingAssignedTo when successful func (m *CustomTrainingSetting) GetAssignedTo()([]TrainingAssignedTo) { val, err := m.GetBackingStore().Get("assignedTo") @@ -184,7 +184,7 @@ func (m *CustomTrainingSetting) Serialize(writer i878a80d2330e89d26896388a3f487e } return nil } -// SetAssignedTo sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. +// SetAssignedTo sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. func (m *CustomTrainingSetting) SetAssignedTo(value []TrainingAssignedTo)() { err := m.GetBackingStore().Set("assignedTo", value) if err != nil { diff --git a/models/data_policy_operation.go b/models/data_policy_operation.go index 0147639a1cd..4a78e7e7cb2 100644 --- a/models/data_policy_operation.go +++ b/models/data_policy_operation.go @@ -113,7 +113,7 @@ func (m *DataPolicyOperation) GetProgress()(*float64) { } return nil } -// GetStatus gets the status property value. Possible values are: notStarted, running, complete, failed, unknownFutureValue. +// GetStatus gets the status property value. The possible values are: notStarted, running, complete, failed, unknownFutureValue. // returns a *DataPolicyOperationStatus when successful func (m *DataPolicyOperation) GetStatus()(*DataPolicyOperationStatus) { val, err := m.GetBackingStore().Get("status") @@ -220,7 +220,7 @@ func (m *DataPolicyOperation) SetProgress(value *float64)() { panic(err) } } -// SetStatus sets the status property value. Possible values are: notStarted, running, complete, failed, unknownFutureValue. +// SetStatus sets the status property value. The possible values are: notStarted, running, complete, failed, unknownFutureValue. func (m *DataPolicyOperation) SetStatus(value *DataPolicyOperationStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/desk.go b/models/desk.go index aaba6bde3a2..afc8f630242 100644 --- a/models/desk.go +++ b/models/desk.go @@ -24,7 +24,7 @@ func NewDesk()(*Desk) { func CreateDeskFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewDesk(), nil } -// GetDisplayDeviceName gets the displayDeviceName property value. The displayDeviceName property +// GetDisplayDeviceName gets the displayDeviceName property value. The name of the display device (for example, monitor or projector) that is available at the desk. // returns a *string when successful func (m *Desk) GetDisplayDeviceName()(*string) { val, err := m.GetBackingStore().Get("displayDeviceName") @@ -72,7 +72,7 @@ func (m *Desk) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388a } return res } -// GetMailboxDetails gets the mailboxDetails property value. The mailboxDetails property +// GetMailboxDetails gets the mailboxDetails property value. The mailbox object id and email address that are associated with the desk. // returns a MailboxDetailsable when successful func (m *Desk) GetMailboxDetails()(MailboxDetailsable) { val, err := m.GetBackingStore().Get("mailboxDetails") @@ -84,7 +84,7 @@ func (m *Desk) GetMailboxDetails()(MailboxDetailsable) { } return nil } -// GetMode gets the mode property value. The mode property +// GetMode gets the mode property value. The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal. // returns a PlaceModeable when successful func (m *Desk) GetMode()(PlaceModeable) { val, err := m.GetBackingStore().Get("mode") @@ -122,21 +122,21 @@ func (m *Desk) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c49 } return nil } -// SetDisplayDeviceName sets the displayDeviceName property value. The displayDeviceName property +// SetDisplayDeviceName sets the displayDeviceName property value. The name of the display device (for example, monitor or projector) that is available at the desk. func (m *Desk) SetDisplayDeviceName(value *string)() { err := m.GetBackingStore().Set("displayDeviceName", value) if err != nil { panic(err) } } -// SetMailboxDetails sets the mailboxDetails property value. The mailboxDetails property +// SetMailboxDetails sets the mailboxDetails property value. The mailbox object id and email address that are associated with the desk. func (m *Desk) SetMailboxDetails(value MailboxDetailsable)() { err := m.GetBackingStore().Set("mailboxDetails", value) if err != nil { panic(err) } } -// SetMode sets the mode property value. The mode property +// SetMode sets the mode property value. The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal. func (m *Desk) SetMode(value PlaceModeable)() { err := m.GetBackingStore().Set("mode", value) if err != nil { diff --git a/models/device.go b/models/device.go index 3941fa1377d..06529a00593 100644 --- a/models/device.go +++ b/models/device.go @@ -109,7 +109,7 @@ func (m *Device) GetDeviceMetadata()(*string) { } return nil } -// GetDeviceOwnership gets the deviceOwnership property value. Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal. +// GetDeviceOwnership gets the deviceOwnership property value. Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal. // returns a *string when successful func (m *Device) GetDeviceOwnership()(*string) { val, err := m.GetBackingStore().Get("deviceOwnership") @@ -157,7 +157,7 @@ func (m *Device) GetEnrollmentProfileName()(*string) { } return nil } -// GetEnrollmentType gets the enrollmentType property value. Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. +// GetEnrollmentType gets the enrollmentType property value. Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. // returns a *string when successful func (m *Device) GetEnrollmentType()(*string) { val, err := m.GetBackingStore().Get("enrollmentType") @@ -633,7 +633,7 @@ func (m *Device) GetIsRooted()(*bool) { } return nil } -// GetManagementType gets the managementType property value. The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. +// GetManagementType gets the managementType property value. The management channel of the device. This property is set by Intune. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. // returns a *string when successful func (m *Device) GetManagementType()(*string) { val, err := m.GetBackingStore().Get("managementType") @@ -1152,7 +1152,7 @@ func (m *Device) SetDeviceMetadata(value *string)() { panic(err) } } -// SetDeviceOwnership sets the deviceOwnership property value. Ownership of the device. Intune sets this property. Possible values are: unknown, company, personal. +// SetDeviceOwnership sets the deviceOwnership property value. Ownership of the device. Intune sets this property. The possible values are: unknown, company, personal. func (m *Device) SetDeviceOwnership(value *string)() { err := m.GetBackingStore().Set("deviceOwnership", value) if err != nil { @@ -1180,7 +1180,7 @@ func (m *Device) SetEnrollmentProfileName(value *string)() { panic(err) } } -// SetEnrollmentType sets the enrollmentType property value. Enrollment type of the device. Intune sets this property. Possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. +// SetEnrollmentType sets the enrollmentType property value. Enrollment type of the device. Intune sets this property. The possible values are: unknown, userEnrollment, deviceEnrollmentManager, appleBulkWithUser, appleBulkWithoutUser, windowsAzureADJoin, windowsBulkUserless, windowsAutoEnrollment, windowsBulkAzureDomainJoin, windowsCoManagement, windowsAzureADJoinUsingDeviceAuth,appleUserEnrollment, appleUserEnrollmentWithServiceAccount. NOTE: This property might return other values apart from those listed. func (m *Device) SetEnrollmentType(value *string)() { err := m.GetBackingStore().Set("enrollmentType", value) if err != nil { @@ -1222,7 +1222,7 @@ func (m *Device) SetIsRooted(value *bool)() { panic(err) } } -// SetManagementType sets the managementType property value. The management channel of the device. This property is set by Intune. Possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. +// SetManagementType sets the managementType property value. The management channel of the device. This property is set by Intune. The possible values are: eas, mdm, easMdm, intuneClient, easIntuneClient, configurationManagerClient, configurationManagerClientMdm, configurationManagerClientMdmEas, unknown, jamf, googleCloudDevicePolicyController. func (m *Device) SetManagementType(value *string)() { err := m.GetBackingStore().Set("managementType", value) if err != nil { diff --git a/models/directory_audit.go b/models/directory_audit.go index 4038d4d55f5..ef870ea19dd 100644 --- a/models/directory_audit.go +++ b/models/directory_audit.go @@ -247,7 +247,7 @@ func (m *DirectoryAudit) GetOperationType()(*string) { } return nil } -// GetResult gets the result property value. Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue. +// GetResult gets the result property value. Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue. // returns a *OperationResult when successful func (m *DirectoryAudit) GetResult()(*OperationResult) { val, err := m.GetBackingStore().Get("result") @@ -426,7 +426,7 @@ func (m *DirectoryAudit) SetOperationType(value *string)() { panic(err) } } -// SetResult sets the result property value. Indicates the result of the activity. Possible values are: success, failure, timeout, unknownFutureValue. +// SetResult sets the result property value. Indicates the result of the activity. The possible values are: success, failure, timeout, unknownFutureValue. func (m *DirectoryAudit) SetResult(value *OperationResult)() { err := m.GetBackingStore().Set("result", value) if err != nil { diff --git a/models/education_assignment.go b/models/education_assignment.go index 99545ad6ac3..efd4a6a7743 100644 --- a/models/education_assignment.go +++ b/models/education_assignment.go @@ -671,7 +671,7 @@ func (m *EducationAssignment) GetRubric()(EducationRubricable) { } return nil } -// GetStatus gets the status property value. Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. +// GetStatus gets the status property value. Status of the assignment. You can't PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. // returns a *EducationAssignmentStatus when successful func (m *EducationAssignment) GetStatus()(*EducationAssignmentStatus) { val, err := m.GetBackingStore().Get("status") @@ -1044,7 +1044,7 @@ func (m *EducationAssignment) SetRubric(value EducationRubricable)() { panic(err) } } -// SetStatus sets the status property value. Status of the assignment. You can't PATCH this value. Possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. +// SetStatus sets the status property value. Status of the assignment. You can't PATCH this value. The possible values are: draft, scheduled, published, assigned, unknownFutureValue, inactive. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: inactive. func (m *EducationAssignment) SetStatus(value *EducationAssignmentStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/education_assignment_defaults.go b/models/education_assignment_defaults.go index 1134c8ed73c..2943f27dfb3 100644 --- a/models/education_assignment_defaults.go +++ b/models/education_assignment_defaults.go @@ -22,7 +22,7 @@ func NewEducationAssignmentDefaults()(*EducationAssignmentDefaults) { func CreateEducationAssignmentDefaultsFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEducationAssignmentDefaults(), nil } -// GetAddedStudentAction gets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen. +// GetAddedStudentAction gets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen. // returns a *EducationAddedStudentAction when successful func (m *EducationAssignmentDefaults) GetAddedStudentAction()(*EducationAddedStudentAction) { val, err := m.GetBackingStore().Get("addedStudentAction") @@ -150,7 +150,7 @@ func (m *EducationAssignmentDefaults) Serialize(writer i878a80d2330e89d26896388a } return nil } -// SetAddedStudentAction sets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen. +// SetAddedStudentAction sets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. The possible values are: none, assignIfOpen. func (m *EducationAssignmentDefaults) SetAddedStudentAction(value *EducationAddedStudentAction)() { err := m.GetBackingStore().Set("addedStudentAction", value) if err != nil { diff --git a/models/education_class.go b/models/education_class.go index 0aa455b646d..e081786ec26 100644 --- a/models/education_class.go +++ b/models/education_class.go @@ -154,7 +154,7 @@ func (m *EducationClass) GetExternalName()(*string) { } return nil } -// GetExternalSource gets the externalSource property value. How this class was created. Possible values are: sis, manual. +// GetExternalSource gets the externalSource property value. How this class was created. The possible values are: sis, manual. // returns a *EducationExternalSource when successful func (m *EducationClass) GetExternalSource()(*EducationExternalSource) { val, err := m.GetBackingStore().Get("externalSource") @@ -774,7 +774,7 @@ func (m *EducationClass) SetExternalName(value *string)() { panic(err) } } -// SetExternalSource sets the externalSource property value. How this class was created. Possible values are: sis, manual. +// SetExternalSource sets the externalSource property value. How this class was created. The possible values are: sis, manual. func (m *EducationClass) SetExternalSource(value *EducationExternalSource)() { err := m.GetBackingStore().Set("externalSource", value) if err != nil { diff --git a/models/education_module.go b/models/education_module.go index bca1c4a3c0a..7c3f68f11b8 100644 --- a/models/education_module.go +++ b/models/education_module.go @@ -243,7 +243,7 @@ func (m *EducationModule) GetResourcesFolderUrl()(*string) { } return nil } -// GetStatus gets the status property value. Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published. +// GetStatus gets the status property value. Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published. // returns a *EducationModuleStatus when successful func (m *EducationModule) GetStatus()(*EducationModuleStatus) { val, err := m.GetBackingStore().Get("status") @@ -356,7 +356,7 @@ func (m *EducationModule) SetResourcesFolderUrl(value *string)() { panic(err) } } -// SetStatus sets the status property value. Status of the module. You can't use a PATCH operation to update this value. Possible values are: draft and published. +// SetStatus sets the status property value. Status of the module. You can't use a PATCH operation to update this value. The possible values are: draft and published. func (m *EducationModule) SetStatus(value *EducationModuleStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/education_organization.go b/models/education_organization.go index ba23f72d56e..6f0abed97c5 100644 --- a/models/education_organization.go +++ b/models/education_organization.go @@ -64,7 +64,7 @@ func (m *EducationOrganization) GetDisplayName()(*string) { } return nil } -// GetExternalSource gets the externalSource property value. Source where this organization was created from. Possible values are: sis, manual. +// GetExternalSource gets the externalSource property value. Source where this organization was created from. The possible values are: sis, manual. // returns a *EducationExternalSource when successful func (m *EducationOrganization) GetExternalSource()(*EducationExternalSource) { val, err := m.GetBackingStore().Get("externalSource") @@ -181,7 +181,7 @@ func (m *EducationOrganization) SetDisplayName(value *string)() { panic(err) } } -// SetExternalSource sets the externalSource property value. Source where this organization was created from. Possible values are: sis, manual. +// SetExternalSource sets the externalSource property value. Source where this organization was created from. The possible values are: sis, manual. func (m *EducationOrganization) SetExternalSource(value *EducationExternalSource)() { err := m.GetBackingStore().Set("externalSource", value) if err != nil { diff --git a/models/education_submission.go b/models/education_submission.go index 7ad14cf7987..c345f9d7a36 100644 --- a/models/education_submission.go +++ b/models/education_submission.go @@ -403,7 +403,7 @@ func (m *EducationSubmission) GetReturnedDateTime()(*i336074805fc853987abe6f7fe3 } return nil } -// GetStatus gets the status property value. Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned. +// GetStatus gets the status property value. Read-only. The possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned. // returns a *EducationSubmissionStatus when successful func (m *EducationSubmission) GetStatus()(*EducationSubmissionStatus) { val, err := m.GetBackingStore().Get("status") @@ -628,7 +628,7 @@ func (m *EducationSubmission) SetReturnedDateTime(value *i336074805fc853987abe6f panic(err) } } -// SetStatus sets the status property value. Read-only. Possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned. +// SetStatus sets the status property value. Read-only. The possible values are: excused, reassigned, returned, submitted and working. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: excused and reassigned. func (m *EducationSubmission) SetStatus(value *EducationSubmissionStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/education_user.go b/models/education_user.go index 8b19fb38676..32cda733610 100644 --- a/models/education_user.go +++ b/models/education_user.go @@ -131,7 +131,7 @@ func (m *EducationUser) GetDisplayName()(*string) { } return nil } -// GetExternalSource gets the externalSource property value. Where this user was created from. Possible values are: sis, manual. +// GetExternalSource gets the externalSource property value. Where this user was created from. The possible values are: sis, manual. // returns a *EducationExternalSource when successful func (m *EducationUser) GetExternalSource()(*EducationExternalSource) { val, err := m.GetBackingStore().Get("externalSource") @@ -1280,7 +1280,7 @@ func (m *EducationUser) SetDisplayName(value *string)() { panic(err) } } -// SetExternalSource sets the externalSource property value. Where this user was created from. Possible values are: sis, manual. +// SetExternalSource sets the externalSource property value. Where this user was created from. The possible values are: sis, manual. func (m *EducationUser) SetExternalSource(value *EducationExternalSource)() { err := m.GetBackingStore().Set("externalSource", value) if err != nil { diff --git a/models/email_authentication_method_configuration.go b/models/email_authentication_method_configuration.go index 2a16b949b7f..74d034e8c7f 100644 --- a/models/email_authentication_method_configuration.go +++ b/models/email_authentication_method_configuration.go @@ -24,7 +24,7 @@ func NewEmailAuthenticationMethodConfiguration()(*EmailAuthenticationMethodConfi func CreateEmailAuthenticationMethodConfigurationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewEmailAuthenticationMethodConfiguration(), nil } -// GetAllowExternalIdToUseEmailOtp gets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021. +// GetAllowExternalIdToUseEmailOtp gets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021. // returns a *ExternalEmailOtpState when successful func (m *EmailAuthenticationMethodConfiguration) GetAllowExternalIdToUseEmailOtp()(*ExternalEmailOtpState) { val, err := m.GetBackingStore().Get("allowExternalIdToUseEmailOtp") @@ -107,7 +107,7 @@ func (m *EmailAuthenticationMethodConfiguration) Serialize(writer i878a80d2330e8 } return nil } -// SetAllowExternalIdToUseEmailOtp sets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021. +// SetAllowExternalIdToUseEmailOtp sets the allowExternalIdToUseEmailOtp property value. Determines whether email OTP is usable by external users for authentication. The possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who didn't use public preview have email OTP enabled beginning in October 2021. func (m *EmailAuthenticationMethodConfiguration) SetAllowExternalIdToUseEmailOtp(value *ExternalEmailOtpState)() { err := m.GetBackingStore().Set("allowExternalIdToUseEmailOtp", value) if err != nil { diff --git a/models/email_file_assessment_request.go b/models/email_file_assessment_request.go index b709d9ad361..89c6f23ba60 100644 --- a/models/email_file_assessment_request.go +++ b/models/email_file_assessment_request.go @@ -36,7 +36,7 @@ func (m *EmailFileAssessmentRequest) GetContentData()(*string) { } return nil } -// GetDestinationRoutingReason gets the destinationRoutingReason property value. The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. +// GetDestinationRoutingReason gets the destinationRoutingReason property value. The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. // returns a *MailDestinationRoutingReason when successful func (m *EmailFileAssessmentRequest) GetDestinationRoutingReason()(*MailDestinationRoutingReason) { val, err := m.GetBackingStore().Get("destinationRoutingReason") @@ -130,7 +130,7 @@ func (m *EmailFileAssessmentRequest) SetContentData(value *string)() { panic(err) } } -// SetDestinationRoutingReason sets the destinationRoutingReason property value. The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. +// SetDestinationRoutingReason sets the destinationRoutingReason property value. The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. func (m *EmailFileAssessmentRequest) SetDestinationRoutingReason(value *MailDestinationRoutingReason)() { err := m.GetBackingStore().Set("destinationRoutingReason", value) if err != nil { diff --git a/models/end_user_notification.go b/models/end_user_notification.go index fffe8259fb4..5747c60262a 100644 --- a/models/end_user_notification.go +++ b/models/end_user_notification.go @@ -235,7 +235,7 @@ func (m *EndUserNotification) GetLastModifiedDateTime()(*i336074805fc853987abe6f } return nil } -// GetNotificationType gets the notificationType property value. Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. +// GetNotificationType gets the notificationType property value. Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. // returns a *EndUserNotificationType when successful func (m *EndUserNotification) GetNotificationType()(*EndUserNotificationType) { val, err := m.GetBackingStore().Get("notificationType") @@ -247,7 +247,7 @@ func (m *EndUserNotification) GetNotificationType()(*EndUserNotificationType) { } return nil } -// GetSource gets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. +// GetSource gets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. // returns a *SimulationContentSource when successful func (m *EndUserNotification) GetSource()(*SimulationContentSource) { val, err := m.GetBackingStore().Get("source") @@ -259,7 +259,7 @@ func (m *EndUserNotification) GetSource()(*SimulationContentSource) { } return nil } -// GetStatus gets the status property value. The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. +// GetStatus gets the status property value. The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. // returns a *SimulationContentStatus when successful func (m *EndUserNotification) GetStatus()(*SimulationContentStatus) { val, err := m.GetBackingStore().Get("status") @@ -415,21 +415,21 @@ func (m *EndUserNotification) SetLastModifiedDateTime(value *i336074805fc853987a panic(err) } } -// SetNotificationType sets the notificationType property value. Type of notification. Possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. +// SetNotificationType sets the notificationType property value. Type of notification. The possible values are: unknown, positiveReinforcement, noTraining, trainingAssignment, trainingReminder, unknownFutureValue. func (m *EndUserNotification) SetNotificationType(value *EndUserNotificationType)() { err := m.GetBackingStore().Set("notificationType", value) if err != nil { panic(err) } } -// SetSource sets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. +// SetSource sets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. func (m *EndUserNotification) SetSource(value *SimulationContentSource)() { err := m.GetBackingStore().Set("source", value) if err != nil { panic(err) } } -// SetStatus sets the status property value. The status of the notification. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. +// SetStatus sets the status property value. The status of the notification. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. func (m *EndUserNotification) SetStatus(value *SimulationContentStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/end_user_notification_setting.go b/models/end_user_notification_setting.go index 46d845f662f..4f04b980361 100644 --- a/models/end_user_notification_setting.go +++ b/models/end_user_notification_setting.go @@ -109,7 +109,7 @@ func (m *EndUserNotificationSetting) GetFieldDeserializers()(map[string]func(i87 } return res } -// GetNotificationPreference gets the notificationPreference property value. Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue. +// GetNotificationPreference gets the notificationPreference property value. Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue. // returns a *EndUserNotificationPreference when successful func (m *EndUserNotificationSetting) GetNotificationPreference()(*EndUserNotificationPreference) { val, err := m.GetBackingStore().Get("notificationPreference") @@ -145,7 +145,7 @@ func (m *EndUserNotificationSetting) GetPositiveReinforcement()(PositiveReinforc } return nil } -// GetSettingType gets the settingType property value. End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. +// GetSettingType gets the settingType property value. End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. // returns a *EndUserNotificationSettingType when successful func (m *EndUserNotificationSetting) GetSettingType()(*EndUserNotificationSettingType) { val, err := m.GetBackingStore().Get("settingType") @@ -204,7 +204,7 @@ func (m *EndUserNotificationSetting) SetAdditionalData(value map[string]any)() { func (m *EndUserNotificationSetting) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetNotificationPreference sets the notificationPreference property value. Notification preference. Possible values are: unknown, microsoft, custom, unknownFutureValue. +// SetNotificationPreference sets the notificationPreference property value. Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue. func (m *EndUserNotificationSetting) SetNotificationPreference(value *EndUserNotificationPreference)() { err := m.GetBackingStore().Set("notificationPreference", value) if err != nil { @@ -225,7 +225,7 @@ func (m *EndUserNotificationSetting) SetPositiveReinforcement(value PositiveRein panic(err) } } -// SetSettingType sets the settingType property value. End user notification type. Possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. +// SetSettingType sets the settingType property value. End user notification type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. func (m *EndUserNotificationSetting) SetSettingType(value *EndUserNotificationSettingType)() { err := m.GetBackingStore().Set("settingType", value) if err != nil { diff --git a/models/event.go b/models/event.go index 4d689612733..8399a72c23e 100644 --- a/models/event.go +++ b/models/event.go @@ -945,7 +945,7 @@ func (m *Event) GetResponseStatus()(ResponseStatusable) { } return nil } -// GetSensitivity gets the sensitivity property value. Possible values are: normal, personal, private, and confidential. +// GetSensitivity gets the sensitivity property value. The possible values are: normal, personal, private, and confidential. // returns a *Sensitivity when successful func (m *Event) GetSensitivity()(*Sensitivity) { val, err := m.GetBackingStore().Get("sensitivity") @@ -969,7 +969,7 @@ func (m *Event) GetSeriesMasterId()(*string) { } return nil } -// GetShowAs gets the showAs property value. The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown. +// GetShowAs gets the showAs property value. The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. // returns a *FreeBusyStatus when successful func (m *Event) GetShowAs()(*FreeBusyStatus) { val, err := m.GetBackingStore().Get("showAs") @@ -1029,7 +1029,7 @@ func (m *Event) GetTransactionId()(*string) { } return nil } -// GetTypeEscaped gets the type property value. The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only +// GetTypeEscaped gets the type property value. The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only // returns a *EventType when successful func (m *Event) GetTypeEscaped()(*EventType) { val, err := m.GetBackingStore().Get("typeEscaped") @@ -1623,7 +1623,7 @@ func (m *Event) SetResponseStatus(value ResponseStatusable)() { panic(err) } } -// SetSensitivity sets the sensitivity property value. Possible values are: normal, personal, private, and confidential. +// SetSensitivity sets the sensitivity property value. The possible values are: normal, personal, private, and confidential. func (m *Event) SetSensitivity(value *Sensitivity)() { err := m.GetBackingStore().Set("sensitivity", value) if err != nil { @@ -1637,7 +1637,7 @@ func (m *Event) SetSeriesMasterId(value *string)() { panic(err) } } -// SetShowAs sets the showAs property value. The status to show. Possible values are: free, tentative, busy, oof, workingElsewhere, unknown. +// SetShowAs sets the showAs property value. The status to show. The possible values are: free, tentative, busy, oof, workingElsewhere, unknown. func (m *Event) SetShowAs(value *FreeBusyStatus)() { err := m.GetBackingStore().Set("showAs", value) if err != nil { @@ -1672,7 +1672,7 @@ func (m *Event) SetTransactionId(value *string)() { panic(err) } } -// SetTypeEscaped sets the type property value. The event type. Possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only +// SetTypeEscaped sets the type property value. The event type. The possible values are: singleInstance, occurrence, exception, seriesMaster. Read-only func (m *Event) SetTypeEscaped(value *EventType)() { err := m.GetBackingStore().Set("typeEscaped", value) if err != nil { diff --git a/models/event_message_response.go b/models/event_message_response.go index 1815f0e5b30..642ad130dfa 100644 --- a/models/event_message_response.go +++ b/models/event_message_response.go @@ -62,7 +62,7 @@ func (m *EventMessageResponse) GetProposedNewTime()(TimeSlotable) { } return nil } -// GetResponseType gets the responseType property value. Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. +// GetResponseType gets the responseType property value. Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. // returns a *ResponseType when successful func (m *EventMessageResponse) GetResponseType()(*ResponseType) { val, err := m.GetBackingStore().Get("responseType") @@ -102,7 +102,7 @@ func (m *EventMessageResponse) SetProposedNewTime(value TimeSlotable)() { panic(err) } } -// SetResponseType sets the responseType property value. Specifies the type of response to a meeting request. Possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. +// SetResponseType sets the responseType property value. Specifies the type of response to a meeting request. The possible values are: tentativelyAccepted, accepted, declined. For the eventMessageResponse type, none, organizer, and notResponded are not supported. Read-only. Not filterable. func (m *EventMessageResponse) SetResponseType(value *ResponseType)() { err := m.GetBackingStore().Set("responseType", value) if err != nil { diff --git a/models/externalconnectors/connection_operation.go b/models/externalconnectors/connection_operation.go index 646aa7319e6..0dcb7d6f44f 100644 --- a/models/externalconnectors/connection_operation.go +++ b/models/externalconnectors/connection_operation.go @@ -61,7 +61,7 @@ func (m *ConnectionOperation) GetFieldDeserializers()(map[string]func(i878a80d23 } return res } -// GetStatus gets the status property value. Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue. +// GetStatus gets the status property value. Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed, unknownFutureValue. // returns a *ConnectionOperationStatus when successful func (m *ConnectionOperation) GetStatus()(*ConnectionOperationStatus) { val, err := m.GetBackingStore().Get("status") @@ -101,7 +101,7 @@ func (m *ConnectionOperation) SetError(value iadcd81124412c61e647227ecfc4449d8bb panic(err) } } -// SetStatus sets the status property value. Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue. +// SetStatus sets the status property value. Indicates the status of the asynchronous operation. The possible values are: unspecified, inprogress, completed, failed, unknownFutureValue. func (m *ConnectionOperation) SetStatus(value *ConnectionOperationStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/externalconnectors/external_connection.go b/models/externalconnectors/external_connection.go index dee6507fe74..09cc1eb1f9c 100644 --- a/models/externalconnectors/external_connection.go +++ b/models/externalconnectors/external_connection.go @@ -277,7 +277,7 @@ func (m *ExternalConnection) GetSearchSettings()(SearchSettingsable) { } return nil } -// GetState gets the state property value. Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue. +// GetState gets the state property value. Indicates the current state of the connection. The possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue. // returns a *ConnectionState when successful func (m *ExternalConnection) GetState()(*ConnectionState) { val, err := m.GetBackingStore().Get("state") @@ -445,7 +445,7 @@ func (m *ExternalConnection) SetSearchSettings(value SearchSettingsable)() { panic(err) } } -// SetState sets the state property value. Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue. +// SetState sets the state property value. Indicates the current state of the connection. The possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue. func (m *ExternalConnection) SetState(value *ConnectionState)() { err := m.GetBackingStore().Set("state", value) if err != nil { diff --git a/models/externalconnectors/identity.go b/models/externalconnectors/identity.go index 86034ea9905..049ad05ff93 100644 --- a/models/externalconnectors/identity.go +++ b/models/externalconnectors/identity.go @@ -39,7 +39,7 @@ func (m *Identity) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896 } return res } -// GetTypeEscaped gets the type property value. The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. +// GetTypeEscaped gets the type property value. The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. // returns a *IdentityType when successful func (m *Identity) GetTypeEscaped()(*IdentityType) { val, err := m.GetBackingStore().Get("typeEscaped") @@ -66,7 +66,7 @@ func (m *Identity) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01 } return nil } -// SetTypeEscaped sets the type property value. The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. +// SetTypeEscaped sets the type property value. The type of identity. The possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. func (m *Identity) SetTypeEscaped(value *IdentityType)() { err := m.GetBackingStore().Set("typeEscaped", value) if err != nil { diff --git a/models/fido2_authentication_method.go b/models/fido2_authentication_method.go index a8cc16baf5b..aef9a0c597f 100644 --- a/models/fido2_authentication_method.go +++ b/models/fido2_authentication_method.go @@ -49,7 +49,7 @@ func (m *Fido2AuthenticationMethod) GetAttestationCertificates()([]string) { } return nil } -// GetAttestationLevel gets the attestationLevel property value. The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested. +// GetAttestationLevel gets the attestationLevel property value. The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested. // returns a *AttestationLevel when successful func (m *Fido2AuthenticationMethod) GetAttestationLevel()(*AttestationLevel) { val, err := m.GetBackingStore().Get("attestationLevel") @@ -228,7 +228,7 @@ func (m *Fido2AuthenticationMethod) SetAttestationCertificates(value []string)() panic(err) } } -// SetAttestationLevel sets the attestationLevel property value. The attestation level of this FIDO2 security key. Possible values are: attested, or notAttested. +// SetAttestationLevel sets the attestationLevel property value. The attestation level of this FIDO2 security key. The possible values are: attested, or notAttested. func (m *Fido2AuthenticationMethod) SetAttestationLevel(value *AttestationLevel)() { err := m.GetBackingStore().Set("attestationLevel", value) if err != nil { diff --git a/models/fido2_key_restrictions.go b/models/fido2_key_restrictions.go index 815c39deb1e..579b2aa045f 100644 --- a/models/fido2_key_restrictions.go +++ b/models/fido2_key_restrictions.go @@ -55,7 +55,7 @@ func (m *Fido2KeyRestrictions) GetAdditionalData()(map[string]any) { func (m *Fido2KeyRestrictions) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetEnforcementType gets the enforcementType property value. Enforcement type. Possible values are: allow, block. +// GetEnforcementType gets the enforcementType property value. Enforcement type. The possible values are: allow, block. // returns a *Fido2RestrictionEnforcementType when successful func (m *Fido2KeyRestrictions) GetEnforcementType()(*Fido2RestrictionEnforcementType) { val, err := m.GetBackingStore().Get("enforcementType") @@ -196,7 +196,7 @@ func (m *Fido2KeyRestrictions) SetAdditionalData(value map[string]any)() { func (m *Fido2KeyRestrictions) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetEnforcementType sets the enforcementType property value. Enforcement type. Possible values are: allow, block. +// SetEnforcementType sets the enforcementType property value. Enforcement type. The possible values are: allow, block. func (m *Fido2KeyRestrictions) SetEnforcementType(value *Fido2RestrictionEnforcementType)() { err := m.GetBackingStore().Set("enforcementType", value) if err != nil { diff --git a/models/file_hash.go b/models/file_hash.go index 2d86fa46d1f..99fe2e35b80 100644 --- a/models/file_hash.go +++ b/models/file_hash.go @@ -79,7 +79,7 @@ func (m *FileHash) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896 } return res } -// GetHashType gets the hashType property value. File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. +// GetHashType gets the hashType property value. File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. // returns a *FileHashType when successful func (m *FileHash) GetHashType()(*FileHashType) { val, err := m.GetBackingStore().Get("hashType") @@ -155,7 +155,7 @@ func (m *FileHash) SetAdditionalData(value map[string]any)() { func (m *FileHash) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetHashType sets the hashType property value. File hash type. Possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. +// SetHashType sets the hashType property value. File hash type. The possible values are: unknown, sha1, sha256, md5, authenticodeHash256, lsHash, ctph, peSha1, peSha256. func (m *FileHash) SetHashType(value *FileHashType)() { err := m.GetBackingStore().Set("hashType", value) if err != nil { diff --git a/models/filter_operator_schema.go b/models/filter_operator_schema.go index f6ca6e6322a..32177da2091 100644 --- a/models/filter_operator_schema.go +++ b/models/filter_operator_schema.go @@ -88,7 +88,7 @@ func (m *FilterOperatorSchema) GetMultivaluedComparisonType()(*ScopeOperatorMult } return nil } -// GetSupportedAttributeTypes gets the supportedAttributeTypes property value. Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String. +// GetSupportedAttributeTypes gets the supportedAttributeTypes property value. Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String. // returns a []AttributeType when successful func (m *FilterOperatorSchema) GetSupportedAttributeTypes()([]AttributeType) { val, err := m.GetBackingStore().Get("supportedAttributeTypes") @@ -142,7 +142,7 @@ func (m *FilterOperatorSchema) SetMultivaluedComparisonType(value *ScopeOperator panic(err) } } -// SetSupportedAttributeTypes sets the supportedAttributeTypes property value. Attribute types supported by the operator. Possible values are: Boolean, Binary, Reference, Integer, String. +// SetSupportedAttributeTypes sets the supportedAttributeTypes property value. Attribute types supported by the operator. The possible values are: Boolean, Binary, Reference, Integer, String. func (m *FilterOperatorSchema) SetSupportedAttributeTypes(value []AttributeType)() { err := m.GetBackingStore().Set("supportedAttributeTypes", value) if err != nil { diff --git a/models/fixture_map.go b/models/fixture_map.go index 7d6a944b543..a969bed7f5f 100644 --- a/models/fixture_map.go +++ b/models/fixture_map.go @@ -40,7 +40,7 @@ func (m *FixtureMap) GetFieldDeserializers()(map[string]func(i878a80d2330e89d268 } return res } -// GetPlaceId gets the placeId property value. The placeId property +// GetPlaceId gets the placeId property value. Identifier for the floor to which this fixtureMap belongs. // returns a *string when successful func (m *FixtureMap) GetPlaceId()(*string) { val, err := m.GetBackingStore().Get("placeId") @@ -66,7 +66,7 @@ func (m *FixtureMap) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c } return nil } -// SetPlaceId sets the placeId property value. The placeId property +// SetPlaceId sets the placeId property value. Identifier for the floor to which this fixtureMap belongs. func (m *FixtureMap) SetPlaceId(value *string)() { err := m.GetBackingStore().Set("placeId", value) if err != nil { diff --git a/models/floor.go b/models/floor.go index b77ac155cee..f0875969017 100644 --- a/models/floor.go +++ b/models/floor.go @@ -40,7 +40,7 @@ func (m *Floor) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896388 } return res } -// GetSortOrder gets the sortOrder property value. The sortOrder property +// GetSortOrder gets the sortOrder property value. Specifies the sort order of the floor. For example, a floor might be named 'Lobby' with a sort order of 0 to show this floor first in ordered lists. // returns a *int32 when successful func (m *Floor) GetSortOrder()(*int32) { val, err := m.GetBackingStore().Get("sortOrder") @@ -66,7 +66,7 @@ func (m *Floor) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4 } return nil } -// SetSortOrder sets the sortOrder property value. The sortOrder property +// SetSortOrder sets the sortOrder property value. Specifies the sort order of the floor. For example, a floor might be named 'Lobby' with a sort order of 0 to show this floor first in ordered lists. func (m *Floor) SetSortOrder(value *int32)() { err := m.GetBackingStore().Set("sortOrder", value) if err != nil { diff --git a/models/group.go b/models/group.go index 0d7ed84d59b..cf3bc10a0a2 100644 --- a/models/group.go +++ b/models/group.go @@ -1694,7 +1694,7 @@ func (m *Group) GetUnseenCount()(*int32) { } return nil } -// GetVisibility gets the visibility property value. Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. +// GetVisibility gets the visibility property value. Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. // returns a *string when successful func (m *Group) GetVisibility()(*string) { val, err := m.GetBackingStore().Get("visibility") @@ -2748,7 +2748,7 @@ func (m *Group) SetUnseenCount(value *int32)() { panic(err) } } -// SetVisibility sets the visibility property value. Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. +// SetVisibility sets the visibility property value. Specifies the group join policy and group content visibility for groups. The possible values are: Private, Public, or HiddenMembership. HiddenMembership can be set only for Microsoft 365 groups when the groups are created. It can't be updated later. Other values of visibility can be updated after group creation. If visibility value isn't specified during group creation on Microsoft Graph, a security group is created as Private by default, and the Microsoft 365 group is Public. Groups assignable to roles are always Private. To learn more, see group visibility options. Returned by default. Nullable. func (m *Group) SetVisibility(value *string)() { err := m.GetBackingStore().Set("visibility", value) if err != nil { diff --git a/models/initiator.go b/models/initiator.go index b8e58ae94ef..631712be7b3 100644 --- a/models/initiator.go +++ b/models/initiator.go @@ -40,7 +40,7 @@ func (m *Initiator) GetFieldDeserializers()(map[string]func(i878a80d2330e89d2689 } return res } -// GetInitiatorType gets the initiatorType property value. Type of initiator. Possible values are: user, application, system, unknownFutureValue. +// GetInitiatorType gets the initiatorType property value. Type of initiator. The possible values are: user, application, system, unknownFutureValue. // returns a *InitiatorType when successful func (m *Initiator) GetInitiatorType()(*InitiatorType) { val, err := m.GetBackingStore().Get("initiatorType") @@ -67,7 +67,7 @@ func (m *Initiator) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c0 } return nil } -// SetInitiatorType sets the initiatorType property value. Type of initiator. Possible values are: user, application, system, unknownFutureValue. +// SetInitiatorType sets the initiatorType property value. Type of initiator. The possible values are: user, application, system, unknownFutureValue. func (m *Initiator) SetInitiatorType(value *InitiatorType)() { err := m.GetBackingStore().Set("initiatorType", value) if err != nil { diff --git a/models/invitation.go b/models/invitation.go index 489c8853de0..e8a5d7e3817 100644 --- a/models/invitation.go +++ b/models/invitation.go @@ -264,7 +264,7 @@ func (m *Invitation) GetSendInvitationMessage()(*bool) { } return nil } -// GetStatus gets the status property value. The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error. +// GetStatus gets the status property value. The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error. // returns a *string when successful func (m *Invitation) GetStatus()(*string) { val, err := m.GetBackingStore().Get("status") @@ -426,7 +426,7 @@ func (m *Invitation) SetSendInvitationMessage(value *bool)() { panic(err) } } -// SetStatus sets the status property value. The status of the invitation. Possible values are: PendingAcceptance, Completed, InProgress, and Error. +// SetStatus sets the status property value. The status of the invitation. The possible values are: PendingAcceptance, Completed, InProgress, and Error. func (m *Invitation) SetStatus(value *string)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/invitation_redemption_identity_provider_configuration.go b/models/invitation_redemption_identity_provider_configuration.go index db701c7d416..5cc881b7388 100644 --- a/models/invitation_redemption_identity_provider_configuration.go +++ b/models/invitation_redemption_identity_provider_configuration.go @@ -61,7 +61,7 @@ func (m *InvitationRedemptionIdentityProviderConfiguration) GetAdditionalData()( func (m *InvitationRedemptionIdentityProviderConfiguration) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetFallbackIdentityProvider gets the fallbackIdentityProvider property value. The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. +// GetFallbackIdentityProvider gets the fallbackIdentityProvider property value. The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. // returns a *B2bIdentityProvidersType when successful func (m *InvitationRedemptionIdentityProviderConfiguration) GetFallbackIdentityProvider()(*B2bIdentityProvidersType) { val, err := m.GetBackingStore().Get("fallbackIdentityProvider") @@ -127,7 +127,7 @@ func (m *InvitationRedemptionIdentityProviderConfiguration) GetOdataType()(*stri } return nil } -// GetPrimaryIdentityProviderPrecedenceOrder gets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. +// GetPrimaryIdentityProviderPrecedenceOrder gets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. // returns a []B2bIdentityProvidersType when successful func (m *InvitationRedemptionIdentityProviderConfiguration) GetPrimaryIdentityProviderPrecedenceOrder()([]B2bIdentityProvidersType) { val, err := m.GetBackingStore().Get("primaryIdentityProviderPrecedenceOrder") @@ -179,7 +179,7 @@ func (m *InvitationRedemptionIdentityProviderConfiguration) SetAdditionalData(va func (m *InvitationRedemptionIdentityProviderConfiguration) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetFallbackIdentityProvider sets the fallbackIdentityProvider property value. The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. Possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. +// SetFallbackIdentityProvider sets the fallbackIdentityProvider property value. The fallback identity provider to be used in case no primary identity provider can be used for guest invitation redemption. The possible values are: defaultConfiguredIdp, emailOneTimePasscode, or microsoftAccount. func (m *InvitationRedemptionIdentityProviderConfiguration) SetFallbackIdentityProvider(value *B2bIdentityProvidersType)() { err := m.GetBackingStore().Set("fallbackIdentityProvider", value) if err != nil { @@ -193,7 +193,7 @@ func (m *InvitationRedemptionIdentityProviderConfiguration) SetOdataType(value * panic(err) } } -// SetPrimaryIdentityProviderPrecedenceOrder sets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. Possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. +// SetPrimaryIdentityProviderPrecedenceOrder sets the primaryIdentityProviderPrecedenceOrder property value. Collection of identity providers in priority order of preference to be used for guest invitation redemption. The possible values are: azureActiveDirectory, externalFederation, or socialIdentityProviders. func (m *InvitationRedemptionIdentityProviderConfiguration) SetPrimaryIdentityProviderPrecedenceOrder(value []B2bIdentityProvidersType)() { err := m.GetBackingStore().Set("primaryIdentityProviderPrecedenceOrder", value) if err != nil { diff --git a/models/landing_page.go b/models/landing_page.go index d8aad3c910a..97d4ec2eb30 100644 --- a/models/landing_page.go +++ b/models/landing_page.go @@ -247,7 +247,7 @@ func (m *LandingPage) GetLocale()(*string) { } return nil } -// GetSource gets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. +// GetSource gets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. // returns a *SimulationContentSource when successful func (m *LandingPage) GetSource()(*SimulationContentSource) { val, err := m.GetBackingStore().Get("source") @@ -259,7 +259,7 @@ func (m *LandingPage) GetSource()(*SimulationContentSource) { } return nil } -// GetStatus gets the status property value. The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. +// GetStatus gets the status property value. The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. // returns a *SimulationContentStatus when successful func (m *LandingPage) GetStatus()(*SimulationContentStatus) { val, err := m.GetBackingStore().Get("status") @@ -421,14 +421,14 @@ func (m *LandingPage) SetLocale(value *string)() { panic(err) } } -// SetSource sets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. +// SetSource sets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. func (m *LandingPage) SetSource(value *SimulationContentSource)() { err := m.GetBackingStore().Set("source", value) if err != nil { panic(err) } } -// SetStatus sets the status property value. The status of the simulation. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. +// SetStatus sets the status property value. The status of the simulation. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. func (m *LandingPage) SetStatus(value *SimulationContentStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/learning_content.go b/models/learning_content.go index 6652234a3bc..4899904380e 100644 --- a/models/learning_content.go +++ b/models/learning_content.go @@ -393,7 +393,7 @@ func (m *LearningContent) GetLastModifiedDateTime()(*i336074805fc853987abe6f7fe3 } return nil } -// GetLevel gets the level property value. The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. +// GetLevel gets the level property value. The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. // returns a *Level when successful func (m *LearningContent) GetLevel()(*Level) { val, err := m.GetBackingStore().Get("level") @@ -679,7 +679,7 @@ func (m *LearningContent) SetLastModifiedDateTime(value *i336074805fc853987abe6f panic(err) } } -// SetLevel sets the level property value. The difficulty level of the learning content. Possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. +// SetLevel sets the level property value. The difficulty level of the learning content. The possible values are: Beginner, Intermediate, Advanced, unknownFutureValue. Optional. func (m *LearningContent) SetLevel(value *Level)() { err := m.GetBackingStore().Set("level", value) if err != nil { diff --git a/models/learning_course_activity.go b/models/learning_course_activity.go index 8ab4b8e3030..f85f569d614 100644 --- a/models/learning_course_activity.go +++ b/models/learning_course_activity.go @@ -191,7 +191,7 @@ func (m *LearningCourseActivity) GetLearningProviderId()(*string) { } return nil } -// GetStatus gets the status property value. The status of the course activity. Possible values are: notStarted, inProgress, completed. Required. +// GetStatus gets the status property value. The status of the course activity. The possible values are: notStarted, inProgress, completed. Required. // returns a *CourseStatus when successful func (m *LearningCourseActivity) GetStatus()(*CourseStatus) { val, err := m.GetBackingStore().Get("status") @@ -296,7 +296,7 @@ func (m *LearningCourseActivity) SetLearningProviderId(value *string)() { panic(err) } } -// SetStatus sets the status property value. The status of the course activity. Possible values are: notStarted, inProgress, completed. Required. +// SetStatus sets the status property value. The status of the course activity. The possible values are: notStarted, inProgress, completed. Required. func (m *LearningCourseActivity) SetStatus(value *CourseStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/level_map.go b/models/level_map.go index e29a89b74c1..6c548a5d772 100644 --- a/models/level_map.go +++ b/models/level_map.go @@ -88,7 +88,7 @@ func (m *LevelMap) GetFieldDeserializers()(map[string]func(i878a80d2330e89d26896 } return res } -// GetFixtures gets the fixtures property value. The fixtures property +// GetFixtures gets the fixtures property value. Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. // returns a []FixtureMapable when successful func (m *LevelMap) GetFixtures()([]FixtureMapable) { val, err := m.GetBackingStore().Get("fixtures") @@ -100,7 +100,7 @@ func (m *LevelMap) GetFixtures()([]FixtureMapable) { } return nil } -// GetPlaceId gets the placeId property value. The placeId property +// GetPlaceId gets the placeId property value. Identifier of the floor to which this levelMap belongs. // returns a *string when successful func (m *LevelMap) GetPlaceId()(*string) { val, err := m.GetBackingStore().Get("placeId") @@ -112,7 +112,7 @@ func (m *LevelMap) GetPlaceId()(*string) { } return nil } -// GetSections gets the sections property value. The sections property +// GetSections gets the sections property value. Collection of sections (such as zones or partitions) on this level. Supports upsert. // returns a []SectionMapable when successful func (m *LevelMap) GetSections()([]SectionMapable) { val, err := m.GetBackingStore().Get("sections") @@ -124,7 +124,7 @@ func (m *LevelMap) GetSections()([]SectionMapable) { } return nil } -// GetUnits gets the units property value. The units property +// GetUnits gets the units property value. Collection of units (such as rooms or offices) on this level. Supports upsert. // returns a []UnitMapable when successful func (m *LevelMap) GetUnits()([]UnitMapable) { val, err := m.GetBackingStore().Get("units") @@ -186,28 +186,28 @@ func (m *LevelMap) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c01 } return nil } -// SetFixtures sets the fixtures property value. The fixtures property +// SetFixtures sets the fixtures property value. Collection of fixtures (such as furniture or equipment) on this level. Supports upsert. func (m *LevelMap) SetFixtures(value []FixtureMapable)() { err := m.GetBackingStore().Set("fixtures", value) if err != nil { panic(err) } } -// SetPlaceId sets the placeId property value. The placeId property +// SetPlaceId sets the placeId property value. Identifier of the floor to which this levelMap belongs. func (m *LevelMap) SetPlaceId(value *string)() { err := m.GetBackingStore().Set("placeId", value) if err != nil { panic(err) } } -// SetSections sets the sections property value. The sections property +// SetSections sets the sections property value. Collection of sections (such as zones or partitions) on this level. Supports upsert. func (m *LevelMap) SetSections(value []SectionMapable)() { err := m.GetBackingStore().Set("sections", value) if err != nil { panic(err) } } -// SetUnits sets the units property value. The units property +// SetUnits sets the units property value. Collection of units (such as rooms or offices) on this level. Supports upsert. func (m *LevelMap) SetUnits(value []UnitMapable)() { err := m.GetBackingStore().Set("units", value) if err != nil { diff --git a/models/login_page.go b/models/login_page.go index 6f7015306c5..f368e56202c 100644 --- a/models/login_page.go +++ b/models/login_page.go @@ -225,7 +225,7 @@ func (m *LoginPage) GetLastModifiedDateTime()(*i336074805fc853987abe6f7fe3ad97a6 } return nil } -// GetSource gets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. +// GetSource gets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. // returns a *SimulationContentSource when successful func (m *LoginPage) GetSource()(*SimulationContentSource) { val, err := m.GetBackingStore().Get("source") @@ -237,7 +237,7 @@ func (m *LoginPage) GetSource()(*SimulationContentSource) { } return nil } -// GetStatus gets the status property value. The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. +// GetStatus gets the status property value. The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. // returns a *SimulationContentStatus when successful func (m *LoginPage) GetStatus()(*SimulationContentStatus) { val, err := m.GetBackingStore().Get("status") @@ -375,14 +375,14 @@ func (m *LoginPage) SetLastModifiedDateTime(value *i336074805fc853987abe6f7fe3ad panic(err) } } -// SetSource sets the source property value. The source of the content. Possible values are: unknown, global, tenant, unknownFutureValue. +// SetSource sets the source property value. The source of the content. The possible values are: unknown, global, tenant, unknownFutureValue. func (m *LoginPage) SetSource(value *SimulationContentSource)() { err := m.GetBackingStore().Set("source", value) if err != nil { panic(err) } } -// SetStatus sets the status property value. The login page status. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. +// SetStatus sets the status property value. The login page status. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. func (m *LoginPage) SetStatus(value *SimulationContentStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/mail_assessment_request.go b/models/mail_assessment_request.go index cab0c990810..d35433502b6 100644 --- a/models/mail_assessment_request.go +++ b/models/mail_assessment_request.go @@ -24,7 +24,7 @@ func NewMailAssessmentRequest()(*MailAssessmentRequest) { func CreateMailAssessmentRequestFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMailAssessmentRequest(), nil } -// GetDestinationRoutingReason gets the destinationRoutingReason property value. The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. +// GetDestinationRoutingReason gets the destinationRoutingReason property value. The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. // returns a *MailDestinationRoutingReason when successful func (m *MailAssessmentRequest) GetDestinationRoutingReason()(*MailDestinationRoutingReason) { val, err := m.GetBackingStore().Get("destinationRoutingReason") @@ -123,7 +123,7 @@ func (m *MailAssessmentRequest) Serialize(writer i878a80d2330e89d26896388a3f487e } return nil } -// SetDestinationRoutingReason sets the destinationRoutingReason property value. The reason for mail routed to its destination. Possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. +// SetDestinationRoutingReason sets the destinationRoutingReason property value. The reason for mail routed to its destination. The possible values are: none, mailFlowRule, safeSender, blockedSender, advancedSpamFiltering, domainAllowList, domainBlockList, notInAddressBook, firstTimeSender, autoPurgeToInbox, autoPurgeToJunk, autoPurgeToDeleted, outbound, notJunk, junk. func (m *MailAssessmentRequest) SetDestinationRoutingReason(value *MailDestinationRoutingReason)() { err := m.GetBackingStore().Set("destinationRoutingReason", value) if err != nil { diff --git a/models/mail_tips.go b/models/mail_tips.go index 9856645e967..ab80748cf6f 100644 --- a/models/mail_tips.go +++ b/models/mail_tips.go @@ -305,7 +305,7 @@ func (m *MailTips) GetOdataType()(*string) { } return nil } -// GetRecipientScope gets the recipientScope property value. The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content. +// GetRecipientScope gets the recipientScope property value. The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content. // returns a *RecipientScopeType when successful func (m *MailTips) GetRecipientScope()(*RecipientScopeType) { val, err := m.GetBackingStore().Get("recipientScope") @@ -517,7 +517,7 @@ func (m *MailTips) SetOdataType(value *string)() { panic(err) } } -// SetRecipientScope sets the recipientScope property value. The scope of the recipient. Possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content. +// SetRecipientScope sets the recipientScope property value. The scope of the recipient. The possible values are: none, internal, external, externalPartner, externalNonParther. For example, an administrator can set another organization to be its 'partner'. The scope is useful if an administrator wants certain mailtips to be accessible to certain scopes. It's also useful to senders to inform them that their message may leave the organization, helping them make the correct decisions about wording, tone and content. func (m *MailTips) SetRecipientScope(value *RecipientScopeType)() { err := m.GetBackingStore().Set("recipientScope", value) if err != nil { diff --git a/models/mailbox_details.go b/models/mailbox_details.go index 755f6bd5e23..c089e734799 100644 --- a/models/mailbox_details.go +++ b/models/mailbox_details.go @@ -43,7 +43,7 @@ func (m *MailboxDetails) GetAdditionalData()(map[string]any) { func (m *MailboxDetails) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetEmailAddress gets the emailAddress property value. The emailAddress property +// GetEmailAddress gets the emailAddress property value. The primary SMTP address associated with the mailbox. // returns a *string when successful func (m *MailboxDetails) GetEmailAddress()(*string) { val, err := m.GetBackingStore().Get("emailAddress") @@ -55,7 +55,7 @@ func (m *MailboxDetails) GetEmailAddress()(*string) { } return nil } -// GetExternalDirectoryObjectId gets the externalDirectoryObjectId property value. The externalDirectoryObjectId property +// GetExternalDirectoryObjectId gets the externalDirectoryObjectId property value. The unique identifier of the mailbox in the external directory (such as Microsoft Entra). // returns a *string when successful func (m *MailboxDetails) GetExternalDirectoryObjectId()(*string) { val, err := m.GetBackingStore().Get("externalDirectoryObjectId") @@ -154,14 +154,14 @@ func (m *MailboxDetails) SetAdditionalData(value map[string]any)() { func (m *MailboxDetails) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetEmailAddress sets the emailAddress property value. The emailAddress property +// SetEmailAddress sets the emailAddress property value. The primary SMTP address associated with the mailbox. func (m *MailboxDetails) SetEmailAddress(value *string)() { err := m.GetBackingStore().Set("emailAddress", value) if err != nil { panic(err) } } -// SetExternalDirectoryObjectId sets the externalDirectoryObjectId property value. The externalDirectoryObjectId property +// SetExternalDirectoryObjectId sets the externalDirectoryObjectId property value. The unique identifier of the mailbox in the external directory (such as Microsoft Entra). func (m *MailboxDetails) SetExternalDirectoryObjectId(value *string)() { err := m.GetBackingStore().Set("externalDirectoryObjectId", value) if err != nil { diff --git a/models/mailbox_settings.go b/models/mailbox_settings.go index 1b4e86df557..6b8704f03b5 100644 --- a/models/mailbox_settings.go +++ b/models/mailbox_settings.go @@ -79,7 +79,7 @@ func (m *MailboxSettings) GetDateFormat()(*string) { } return nil } -// GetDelegateMeetingMessageDeliveryOptions gets the delegateMeetingMessageDeliveryOptions property value. If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. +// GetDelegateMeetingMessageDeliveryOptions gets the delegateMeetingMessageDeliveryOptions property value. If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. // returns a *DelegateMeetingMessageDeliveryOptions when successful func (m *MailboxSettings) GetDelegateMeetingMessageDeliveryOptions()(*DelegateMeetingMessageDeliveryOptions) { val, err := m.GetBackingStore().Get("delegateMeetingMessageDeliveryOptions") @@ -245,7 +245,7 @@ func (m *MailboxSettings) GetTimeZone()(*string) { } return nil } -// GetUserPurpose gets the userPurpose property value. The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. +// GetUserPurpose gets the userPurpose property value. The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. // returns a *UserPurpose when successful func (m *MailboxSettings) GetUserPurpose()(*UserPurpose) { val, err := m.GetBackingStore().Get("userPurpose") @@ -373,7 +373,7 @@ func (m *MailboxSettings) SetDateFormat(value *string)() { panic(err) } } -// SetDelegateMeetingMessageDeliveryOptions sets the delegateMeetingMessageDeliveryOptions property value. If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. Possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. +// SetDelegateMeetingMessageDeliveryOptions sets the delegateMeetingMessageDeliveryOptions property value. If the user has a calendar delegate, this specifies whether the delegate, mailbox owner, or both receive meeting messages and meeting responses. The possible values are: sendToDelegateAndInformationToPrincipal, sendToDelegateAndPrincipal, sendToDelegateOnly. func (m *MailboxSettings) SetDelegateMeetingMessageDeliveryOptions(value *DelegateMeetingMessageDeliveryOptions)() { err := m.GetBackingStore().Set("delegateMeetingMessageDeliveryOptions", value) if err != nil { @@ -408,7 +408,7 @@ func (m *MailboxSettings) SetTimeZone(value *string)() { panic(err) } } -// SetUserPurpose sets the userPurpose property value. The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. Possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. +// SetUserPurpose sets the userPurpose property value. The purpose of the mailbox. Differentiates a mailbox for a single user from a shared mailbox and equipment mailbox in Exchange Online. The possible values are: user, linked, shared, room, equipment, others, unknownFutureValue. Read-only. func (m *MailboxSettings) SetUserPurpose(value *UserPurpose)() { err := m.GetBackingStore().Set("userPurpose", value) if err != nil { diff --git a/models/malware_state_for_windows_device.go b/models/malware_state_for_windows_device.go index e26d9b7cd3c..14e2f319eae 100644 --- a/models/malware_state_for_windows_device.go +++ b/models/malware_state_for_windows_device.go @@ -48,7 +48,7 @@ func (m *MalwareStateForWindowsDevice) GetDeviceName()(*string) { } return nil } -// GetExecutionState gets the executionState property value. Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning. +// GetExecutionState gets the executionState property value. Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning. // returns a *WindowsMalwareExecutionState when successful func (m *MalwareStateForWindowsDevice) GetExecutionState()(*WindowsMalwareExecutionState) { val, err := m.GetBackingStore().Get("executionState") @@ -150,7 +150,7 @@ func (m *MalwareStateForWindowsDevice) GetLastStateChangeDateTime()(*i336074805f } return nil } -// GetThreatState gets the threatState property value. Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. +// GetThreatState gets the threatState property value. Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. // returns a *WindowsMalwareThreatState when successful func (m *MalwareStateForWindowsDevice) GetThreatState()(*WindowsMalwareThreatState) { val, err := m.GetBackingStore().Get("threatState") @@ -222,7 +222,7 @@ func (m *MalwareStateForWindowsDevice) SetDeviceName(value *string)() { panic(err) } } -// SetExecutionState sets the executionState property value. Indicates execution status of the malware. Possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. Possible values are: unknown, blocked, allowed, running, notRunning. +// SetExecutionState sets the executionState property value. Indicates execution status of the malware. The possible values are: unknown, blocked, allowed, running, notRunning. Defaults to unknown. The possible values are: unknown, blocked, allowed, running, notRunning. func (m *MalwareStateForWindowsDevice) SetExecutionState(value *WindowsMalwareExecutionState)() { err := m.GetBackingStore().Set("executionState", value) if err != nil { @@ -243,7 +243,7 @@ func (m *MalwareStateForWindowsDevice) SetLastStateChangeDateTime(value *i336074 panic(err) } } -// SetThreatState sets the threatState property value. Indicates threat status of the malware. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. Possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. +// SetThreatState sets the threatState property value. Indicates threat status of the malware. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. defaults to noStatusCleared. The possible values are: active, actionFailed, manualStepsRequired, fullScanRequired, rebootRequired, remediatedWithNonCriticalFailures, quarantined, removed, cleaned, allowed, noStatusCleared. func (m *MalwareStateForWindowsDevice) SetThreatState(value *WindowsMalwareThreatState)() { err := m.GetBackingStore().Set("threatState", value) if err != nil { diff --git a/models/microsoft_custom_training_setting.go b/models/microsoft_custom_training_setting.go index 6b81607d3ac..666539a7668 100644 --- a/models/microsoft_custom_training_setting.go +++ b/models/microsoft_custom_training_setting.go @@ -91,7 +91,7 @@ func (m *MicrosoftCustomTrainingSetting) GetTrainingAssignmentMappings()([]Micro } return nil } -// GetTrainingCompletionDuration gets the trainingCompletionDuration property value. The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue. +// GetTrainingCompletionDuration gets the trainingCompletionDuration property value. The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue. // returns a *TrainingCompletionDuration when successful func (m *MicrosoftCustomTrainingSetting) GetTrainingCompletionDuration()(*TrainingCompletionDuration) { val, err := m.GetBackingStore().Get("trainingCompletionDuration") @@ -150,7 +150,7 @@ func (m *MicrosoftCustomTrainingSetting) SetTrainingAssignmentMappings(value []M panic(err) } } -// SetTrainingCompletionDuration sets the trainingCompletionDuration property value. The training completion duration that needs to be provided before scheduling the training. Possible values are: week, fortnite, month, unknownFutureValue. +// SetTrainingCompletionDuration sets the trainingCompletionDuration property value. The training completion duration that needs to be provided before scheduling the training. The possible values are: week, fortnite, month, unknownFutureValue. func (m *MicrosoftCustomTrainingSetting) SetTrainingCompletionDuration(value *TrainingCompletionDuration)() { err := m.GetBackingStore().Set("trainingCompletionDuration", value) if err != nil { diff --git a/models/microsoft_managed_desktop.go b/models/microsoft_managed_desktop.go index dda1d4ab3df..e7de4d11cf6 100644 --- a/models/microsoft_managed_desktop.go +++ b/models/microsoft_managed_desktop.go @@ -79,7 +79,7 @@ func (m *MicrosoftManagedDesktop) GetFieldDeserializers()(map[string]func(i878a8 } return res } -// GetManagedType gets the managedType property value. Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged. +// GetManagedType gets the managedType property value. Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged. // returns a *MicrosoftManagedDesktopType when successful func (m *MicrosoftManagedDesktop) GetManagedType()(*MicrosoftManagedDesktopType) { val, err := m.GetBackingStore().Get("managedType") @@ -155,7 +155,7 @@ func (m *MicrosoftManagedDesktop) SetAdditionalData(value map[string]any)() { func (m *MicrosoftManagedDesktop) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetManagedType sets the managedType property value. Indicates the provisioning policy associated with Microsoft Managed Desktop settings. Possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged. +// SetManagedType sets the managedType property value. Indicates the provisioning policy associated with Microsoft Managed Desktop settings. The possible values are: notManaged, premiumManaged, standardManaged, starterManaged, unknownFutureValue. The default is notManaged. func (m *MicrosoftManagedDesktop) SetManagedType(value *MicrosoftManagedDesktopType)() { err := m.GetBackingStore().Set("managedType", value) if err != nil { diff --git a/models/microsoft_training_assignment_mapping.go b/models/microsoft_training_assignment_mapping.go index 981e5be1f30..32931d7afb8 100644 --- a/models/microsoft_training_assignment_mapping.go +++ b/models/microsoft_training_assignment_mapping.go @@ -24,7 +24,7 @@ func NewMicrosoftTrainingAssignmentMapping()(*MicrosoftTrainingAssignmentMapping func CreateMicrosoftTrainingAssignmentMappingFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewMicrosoftTrainingAssignmentMapping(), nil } -// GetAssignedTo gets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. +// GetAssignedTo gets the assignedTo property value. A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. // returns a []TrainingAssignedTo when successful func (m *MicrosoftTrainingAssignmentMapping) GetAssignedTo()([]TrainingAssignedTo) { val, err := m.GetBackingStore().Get("assignedTo") @@ -100,7 +100,7 @@ func (m *MicrosoftTrainingAssignmentMapping) Serialize(writer i878a80d2330e89d26 } return nil } -// SetAssignedTo sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. +// SetAssignedTo sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. func (m *MicrosoftTrainingAssignmentMapping) SetAssignedTo(value []TrainingAssignedTo)() { err := m.GetBackingStore().Set("assignedTo", value) if err != nil { diff --git a/models/network_connection.go b/models/network_connection.go index fad698b14c2..f7df8601980 100644 --- a/models/network_connection.go +++ b/models/network_connection.go @@ -116,7 +116,7 @@ func (m *NetworkConnection) GetDestinationUrl()(*string) { } return nil } -// GetDirection gets the direction property value. Network connection direction. Possible values are: unknown, inbound, outbound. +// GetDirection gets the direction property value. Network connection direction. The possible values are: unknown, inbound, outbound. // returns a *ConnectionDirection when successful func (m *NetworkConnection) GetDirection()(*ConnectionDirection) { val, err := m.GetBackingStore().Get("direction") @@ -428,7 +428,7 @@ func (m *NetworkConnection) GetOdataType()(*string) { } return nil } -// GetProtocol gets the protocol property value. Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. +// GetProtocol gets the protocol property value. Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. // returns a *SecurityNetworkProtocol when successful func (m *NetworkConnection) GetProtocol()(*SecurityNetworkProtocol) { val, err := m.GetBackingStore().Get("protocol") @@ -488,7 +488,7 @@ func (m *NetworkConnection) GetSourcePort()(*string) { } return nil } -// GetStatus gets the status property value. Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed. +// GetStatus gets the status property value. Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed. // returns a *ConnectionStatus when successful func (m *NetworkConnection) GetStatus()(*ConnectionStatus) { val, err := m.GetBackingStore().Get("status") @@ -704,7 +704,7 @@ func (m *NetworkConnection) SetDestinationUrl(value *string)() { panic(err) } } -// SetDirection sets the direction property value. Network connection direction. Possible values are: unknown, inbound, outbound. +// SetDirection sets the direction property value. Network connection direction. The possible values are: unknown, inbound, outbound. func (m *NetworkConnection) SetDirection(value *ConnectionDirection)() { err := m.GetBackingStore().Set("direction", value) if err != nil { @@ -760,7 +760,7 @@ func (m *NetworkConnection) SetOdataType(value *string)() { panic(err) } } -// SetProtocol sets the protocol property value. Network protocol. Possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. +// SetProtocol sets the protocol property value. Network protocol. The possible values are: unknown, ip, icmp, igmp, ggp, ipv4, tcp, pup, udp, idp, ipv6, ipv6RoutingHeader, ipv6FragmentHeader, ipSecEncapsulatingSecurityPayload, ipSecAuthenticationHeader, icmpV6, ipv6NoNextHeader, ipv6DestinationOptions, nd, raw, ipx, spx, spxII. func (m *NetworkConnection) SetProtocol(value *SecurityNetworkProtocol)() { err := m.GetBackingStore().Set("protocol", value) if err != nil { @@ -795,7 +795,7 @@ func (m *NetworkConnection) SetSourcePort(value *string)() { panic(err) } } -// SetStatus sets the status property value. Network connection status. Possible values are: unknown, attempted, succeeded, blocked, failed. +// SetStatus sets the status property value. Network connection status. The possible values are: unknown, attempted, succeeded, blocked, failed. func (m *NetworkConnection) SetStatus(value *ConnectionStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/notebook.go b/models/notebook.go index 5a0cf88e324..aa279bb7978 100644 --- a/models/notebook.go +++ b/models/notebook.go @@ -206,7 +206,7 @@ func (m *Notebook) GetSectionsUrl()(*string) { } return nil } -// GetUserRole gets the userRole property value. Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. +// GetUserRole gets the userRole property value. The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. // returns a *OnenoteUserRole when successful func (m *Notebook) GetUserRole()(*OnenoteUserRole) { val, err := m.GetBackingStore().Get("userRole") @@ -336,7 +336,7 @@ func (m *Notebook) SetSectionsUrl(value *string)() { panic(err) } } -// SetUserRole sets the userRole property value. Possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. +// SetUserRole sets the userRole property value. The possible values are: Owner, Contributor, Reader, None. Owner represents owner-level access to the notebook. Contributor represents read/write access to the notebook. Reader represents read-only access to the notebook. Read-only. func (m *Notebook) SetUserRole(value *OnenoteUserRole)() { err := m.GetBackingStore().Set("userRole", value) if err != nil { diff --git a/models/o_auth_consent_app_detail.go b/models/o_auth_consent_app_detail.go index d20ec8030d1..f36fa8530c5 100644 --- a/models/o_auth_consent_app_detail.go +++ b/models/o_auth_consent_app_detail.go @@ -38,7 +38,7 @@ func (m *OAuthConsentAppDetail) GetAdditionalData()(map[string]any) { } return val.(map[string]any) } -// GetAppScope gets the appScope property value. App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. +// GetAppScope gets the appScope property value. App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. // returns a *OAuthAppScope when successful func (m *OAuthConsentAppDetail) GetAppScope()(*OAuthAppScope) { val, err := m.GetBackingStore().Get("appScope") @@ -179,7 +179,7 @@ func (m *OAuthConsentAppDetail) SetAdditionalData(value map[string]any)() { panic(err) } } -// SetAppScope sets the appScope property value. App scope. Possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. +// SetAppScope sets the appScope property value. App scope. The possible values are: unknown, readCalendar, readContact, readMail, readAllChat, readAllFile, readAndWriteMail, sendMail, unknownFutureValue. func (m *OAuthConsentAppDetail) SetAppScope(value *OAuthAppScope)() { err := m.GetBackingStore().Set("appScope", value) if err != nil { diff --git a/models/object_definition_metadata_entry.go b/models/object_definition_metadata_entry.go index cfb0cf05302..4f1492db233 100644 --- a/models/object_definition_metadata_entry.go +++ b/models/object_definition_metadata_entry.go @@ -79,7 +79,7 @@ func (m *ObjectDefinitionMetadataEntry) GetFieldDeserializers()(map[string]func( } return res } -// GetKey gets the key property value. Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. +// GetKey gets the key property value. The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. // returns a *ObjectDefinitionMetadata when successful func (m *ObjectDefinitionMetadataEntry) GetKey()(*ObjectDefinitionMetadata) { val, err := m.GetBackingStore().Get("key") @@ -155,7 +155,7 @@ func (m *ObjectDefinitionMetadataEntry) SetAdditionalData(value map[string]any)( func (m *ObjectDefinitionMetadataEntry) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetKey sets the key property value. Possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. +// SetKey sets the key property value. The possible values are: PropertyNameAccountEnabled, PropertyNameSoftDeleted, IsSoftDeletionSupported, IsSynchronizeAllSupported, ConnectorDataStorageRequired, Extensions, LinkTypeName. func (m *ObjectDefinitionMetadataEntry) SetKey(value *ObjectDefinitionMetadata)() { err := m.GetBackingStore().Set("key", value) if err != nil { diff --git a/models/object_mapping_metadata_entry.go b/models/object_mapping_metadata_entry.go index 8e5bff0d596..caad5c08de5 100644 --- a/models/object_mapping_metadata_entry.go +++ b/models/object_mapping_metadata_entry.go @@ -79,7 +79,7 @@ func (m *ObjectMappingMetadataEntry) GetFieldDeserializers()(map[string]func(i87 } return res } -// GetKey gets the key property value. Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. +// GetKey gets the key property value. The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. // returns a *ObjectMappingMetadata when successful func (m *ObjectMappingMetadataEntry) GetKey()(*ObjectMappingMetadata) { val, err := m.GetBackingStore().Get("key") @@ -155,7 +155,7 @@ func (m *ObjectMappingMetadataEntry) SetAdditionalData(value map[string]any)() { func (m *ObjectMappingMetadataEntry) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetKey sets the key property value. Possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. +// SetKey sets the key property value. The possible values are: EscrowBehavior, DisableMonitoringForChanges, OriginalJoiningProperty, Disposition, IsCustomerDefined, ExcludeFromReporting, Unsynchronized. func (m *ObjectMappingMetadataEntry) SetKey(value *ObjectMappingMetadata)() { err := m.GetBackingStore().Set("key", value) if err != nil { diff --git a/models/online_meeting_base.go b/models/online_meeting_base.go index b7da1d04a8d..ebe36a82e49 100644 --- a/models/online_meeting_base.go +++ b/models/online_meeting_base.go @@ -90,7 +90,7 @@ func (m *OnlineMeetingBase) GetAllowCopyingAndSharingMeetingContent()(*bool) { } return nil } -// GetAllowedLobbyAdmitters gets the allowedLobbyAdmitters property value. Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. +// GetAllowedLobbyAdmitters gets the allowedLobbyAdmitters property value. Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. // returns a *AllowedLobbyAdmitterRoles when successful func (m *OnlineMeetingBase) GetAllowedLobbyAdmitters()(*AllowedLobbyAdmitterRoles) { val, err := m.GetBackingStore().Get("allowedLobbyAdmitters") @@ -102,7 +102,7 @@ func (m *OnlineMeetingBase) GetAllowedLobbyAdmitters()(*AllowedLobbyAdmitterRole } return nil } -// GetAllowedPresenters gets the allowedPresenters property value. Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase. +// GetAllowedPresenters gets the allowedPresenters property value. Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase. // returns a *OnlineMeetingPresenters when successful func (m *OnlineMeetingBase) GetAllowedPresenters()(*OnlineMeetingPresenters) { val, err := m.GetBackingStore().Get("allowedPresenters") @@ -114,7 +114,7 @@ func (m *OnlineMeetingBase) GetAllowedPresenters()(*OnlineMeetingPresenters) { } return nil } -// GetAllowLiveShare gets the allowLiveShare property value. Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue. +// GetAllowLiveShare gets the allowLiveShare property value. Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue. // returns a *MeetingLiveShareOptions when successful func (m *OnlineMeetingBase) GetAllowLiveShare()(*MeetingLiveShareOptions) { val, err := m.GetBackingStore().Get("allowLiveShare") @@ -644,7 +644,7 @@ func (m *OnlineMeetingBase) GetRecordAutomatically()(*bool) { } return nil } -// GetShareMeetingChatHistoryDefault gets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. +// GetShareMeetingChatHistoryDefault gets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue. // returns a *MeetingChatHistoryDefaultMode when successful func (m *OnlineMeetingBase) GetShareMeetingChatHistoryDefault()(*MeetingChatHistoryDefaultMode) { val, err := m.GetBackingStore().Get("shareMeetingChatHistoryDefault") @@ -913,21 +913,21 @@ func (m *OnlineMeetingBase) SetAllowCopyingAndSharingMeetingContent(value *bool) panic(err) } } -// SetAllowedLobbyAdmitters sets the allowedLobbyAdmitters property value. Specifies the users who can admit from the lobby. Possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. +// SetAllowedLobbyAdmitters sets the allowedLobbyAdmitters property value. Specifies the users who can admit from the lobby. The possible values are: organizerAndCoOrganizersAndPresenters, organizerAndCoOrganizers, unknownFutureValue. func (m *OnlineMeetingBase) SetAllowedLobbyAdmitters(value *AllowedLobbyAdmitterRoles)() { err := m.GetBackingStore().Set("allowedLobbyAdmitters", value) if err != nil { panic(err) } } -// SetAllowedPresenters sets the allowedPresenters property value. Specifies who can be a presenter in a meeting. Possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase. +// SetAllowedPresenters sets the allowedPresenters property value. Specifies who can be a presenter in a meeting. The possible values are: everyone, organization, roleIsPresenter, organizer, unknownFutureValue. Inherited from onlineMeetingBase. func (m *OnlineMeetingBase) SetAllowedPresenters(value *OnlineMeetingPresenters)() { err := m.GetBackingStore().Set("allowedPresenters", value) if err != nil { panic(err) } } -// SetAllowLiveShare sets the allowLiveShare property value. Indicates whether live share is enabled for the meeting. Possible values are: enabled, disabled, unknownFutureValue. +// SetAllowLiveShare sets the allowLiveShare property value. Indicates whether live share is enabled for the meeting. The possible values are: enabled, disabled, unknownFutureValue. func (m *OnlineMeetingBase) SetAllowLiveShare(value *MeetingLiveShareOptions)() { err := m.GetBackingStore().Set("allowLiveShare", value) if err != nil { @@ -1060,7 +1060,7 @@ func (m *OnlineMeetingBase) SetRecordAutomatically(value *bool)() { panic(err) } } -// SetShareMeetingChatHistoryDefault sets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. Possible values are: all, none, unknownFutureValue. +// SetShareMeetingChatHistoryDefault sets the shareMeetingChatHistoryDefault property value. Specifies whether meeting chat history is shared with participants. The possible values are: all, none, unknownFutureValue. func (m *OnlineMeetingBase) SetShareMeetingChatHistoryDefault(value *MeetingChatHistoryDefaultMode)() { err := m.GetBackingStore().Set("shareMeetingChatHistoryDefault", value) if err != nil { diff --git a/models/online_meeting_restricted.go b/models/online_meeting_restricted.go index 0ea075f8897..5f46a25788f 100644 --- a/models/online_meeting_restricted.go +++ b/models/online_meeting_restricted.go @@ -43,7 +43,7 @@ func (m *OnlineMeetingRestricted) GetAdditionalData()(map[string]any) { func (m *OnlineMeetingRestricted) GetBackingStore()(ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore) { return m.backingStore } -// GetContentSharingDisabled gets the contentSharingDisabled property value. Specifies the reason shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. +// GetContentSharingDisabled gets the contentSharingDisabled property value. Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. // returns a *OnlineMeetingContentSharingDisabledReason when successful func (m *OnlineMeetingRestricted) GetContentSharingDisabled()(*OnlineMeetingContentSharingDisabledReason) { val, err := m.GetBackingStore().Get("contentSharingDisabled") @@ -103,7 +103,7 @@ func (m *OnlineMeetingRestricted) GetOdataType()(*string) { } return nil } -// GetVideoDisabled gets the videoDisabled property value. Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. +// GetVideoDisabled gets the videoDisabled property value. Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. // returns a *OnlineMeetingVideoDisabledReason when successful func (m *OnlineMeetingRestricted) GetVideoDisabled()(*OnlineMeetingVideoDisabledReason) { val, err := m.GetBackingStore().Get("videoDisabled") @@ -156,7 +156,7 @@ func (m *OnlineMeetingRestricted) SetAdditionalData(value map[string]any)() { func (m *OnlineMeetingRestricted) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetContentSharingDisabled sets the contentSharingDisabled property value. Specifies the reason shared content from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. +// SetContentSharingDisabled sets the contentSharingDisabled property value. Specifies the reason shared content from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. func (m *OnlineMeetingRestricted) SetContentSharingDisabled(value *OnlineMeetingContentSharingDisabledReason)() { err := m.GetBackingStore().Set("contentSharingDisabled", value) if err != nil { @@ -170,7 +170,7 @@ func (m *OnlineMeetingRestricted) SetOdataType(value *string)() { panic(err) } } -// SetVideoDisabled sets the videoDisabled property value. Specifies the reason video from this participant is disabled. Possible values are: watermarkProtection, unknownFutureValue. +// SetVideoDisabled sets the videoDisabled property value. Specifies the reason video from this participant is disabled. The possible values are: watermarkProtection, unknownFutureValue. func (m *OnlineMeetingRestricted) SetVideoDisabled(value *OnlineMeetingVideoDisabledReason)() { err := m.GetBackingStore().Set("videoDisabled", value) if err != nil { diff --git a/models/participant_info.go b/models/participant_info.go index 8f1a2aff8eb..bcfcf65f91b 100644 --- a/models/participant_info.go +++ b/models/participant_info.go @@ -55,7 +55,7 @@ func (m *ParticipantInfo) GetCountryCode()(*string) { } return nil } -// GetEndpointType gets the endpointType property value. The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only. +// GetEndpointType gets the endpointType property value. The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only. // returns a *EndpointType when successful func (m *ParticipantInfo) GetEndpointType()(*EndpointType) { val, err := m.GetBackingStore().Get("endpointType") @@ -274,7 +274,7 @@ func (m *ParticipantInfo) SetCountryCode(value *string)() { panic(err) } } -// SetEndpointType sets the endpointType property value. The type of endpoint the participant is using. Possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only. +// SetEndpointType sets the endpointType property value. The type of endpoint the participant is using. The possible values are: default, skypeForBusiness, or skypeForBusinessVoipPhone. Read-only. func (m *ParticipantInfo) SetEndpointType(value *EndpointType)() { err := m.GetBackingStore().Set("endpointType", value) if err != nil { diff --git a/models/partners/billing/operation.go b/models/partners/billing/operation.go index 34138b814f5..0ff72d75d1b 100644 --- a/models/partners/billing/operation.go +++ b/models/partners/billing/operation.go @@ -106,7 +106,7 @@ func (m *Operation) GetLastActionDateTime()(*i336074805fc853987abe6f7fe3ad97a6a6 } return nil } -// GetStatus gets the status property value. The status of the operation. Possible values are: notStarted, running, completed, failed, unknownFutureValue. +// GetStatus gets the status property value. The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue. // returns a *LongRunningOperationStatus when successful func (m *Operation) GetStatus()(*iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LongRunningOperationStatus) { val, err := m.GetBackingStore().Get("status") @@ -159,7 +159,7 @@ func (m *Operation) SetLastActionDateTime(value *i336074805fc853987abe6f7fe3ad97 panic(err) } } -// SetStatus sets the status property value. The status of the operation. Possible values are: notStarted, running, completed, failed, unknownFutureValue. +// SetStatus sets the status property value. The status of the operation. The possible values are: notStarted, running, completed, failed, unknownFutureValue. func (m *Operation) SetStatus(value *iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LongRunningOperationStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/payload.go b/models/payload.go index 6ac721d1e7b..aa3685d385a 100644 --- a/models/payload.go +++ b/models/payload.go @@ -23,7 +23,7 @@ func NewPayload()(*Payload) { func CreatePayloadFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPayload(), nil } -// GetBrand gets the brand property value. The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. +// GetBrand gets the brand property value. The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. // returns a *PayloadBrand when successful func (m *Payload) GetBrand()(*PayloadBrand) { val, err := m.GetBackingStore().Get("brand") @@ -35,7 +35,7 @@ func (m *Payload) GetBrand()(*PayloadBrand) { } return nil } -// GetComplexity gets the complexity property value. The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue. +// GetComplexity gets the complexity property value. The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue. // returns a *PayloadComplexity when successful func (m *Payload) GetComplexity()(*PayloadComplexity) { val, err := m.GetBackingStore().Get("complexity") @@ -339,7 +339,7 @@ func (m *Payload) GetFieldDeserializers()(map[string]func(i878a80d2330e89d268963 } return res } -// GetIndustry gets the industry property value. Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. +// GetIndustry gets the industry property value. Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. // returns a *PayloadIndustry when successful func (m *Payload) GetIndustry()(*PayloadIndustry) { val, err := m.GetBackingStore().Get("industry") @@ -435,7 +435,7 @@ func (m *Payload) GetPayloadTags()([]string) { } return nil } -// GetPlatform gets the platform property value. The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue. +// GetPlatform gets the platform property value. The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue. // returns a *PayloadDeliveryPlatform when successful func (m *Payload) GetPlatform()(*PayloadDeliveryPlatform) { val, err := m.GetBackingStore().Get("platform") @@ -459,7 +459,7 @@ func (m *Payload) GetPredictedCompromiseRate()(*float64) { } return nil } -// GetSimulationAttackType gets the simulationAttackType property value. Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue. +// GetSimulationAttackType gets the simulationAttackType property value. Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue. // returns a *SimulationAttackType when successful func (m *Payload) GetSimulationAttackType()(*SimulationAttackType) { val, err := m.GetBackingStore().Get("simulationAttackType") @@ -483,7 +483,7 @@ func (m *Payload) GetSource()(*SimulationContentSource) { } return nil } -// GetStatus gets the status property value. Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. +// GetStatus gets the status property value. Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. // returns a *SimulationContentStatus when successful func (m *Payload) GetStatus()(*SimulationContentStatus) { val, err := m.GetBackingStore().Get("status") @@ -495,7 +495,7 @@ func (m *Payload) GetStatus()(*SimulationContentStatus) { } return nil } -// GetTechnique gets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations. +// GetTechnique gets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations. // returns a *SimulationAttackTechnique when successful func (m *Payload) GetTechnique()(*SimulationAttackTechnique) { val, err := m.GetBackingStore().Get("technique") @@ -507,7 +507,7 @@ func (m *Payload) GetTechnique()(*SimulationAttackTechnique) { } return nil } -// GetTheme gets the theme property value. The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue. +// GetTheme gets the theme property value. The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue. // returns a *PayloadTheme when successful func (m *Payload) GetTheme()(*PayloadTheme) { val, err := m.GetBackingStore().Get("theme") @@ -668,14 +668,14 @@ func (m *Payload) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010 } return nil } -// SetBrand sets the brand property value. The branch of a payload. Possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. +// SetBrand sets the brand property value. The branch of a payload. The possible values are: unknown, other, americanExpress, capitalOne, dhl, docuSign, dropbox, facebook, firstAmerican, microsoft, netflix, scotiabank, sendGrid, stewartTitle, tesco, wellsFargo, syrinxCloud, adobe, teams, zoom, unknownFutureValue. func (m *Payload) SetBrand(value *PayloadBrand)() { err := m.GetBackingStore().Set("brand", value) if err != nil { panic(err) } } -// SetComplexity sets the complexity property value. The complexity of a payload. Possible values are: unknown, low, medium, high, unknownFutureValue. +// SetComplexity sets the complexity property value. The complexity of a payload. The possible values are: unknown, low, medium, high, unknownFutureValue. func (m *Payload) SetComplexity(value *PayloadComplexity)() { err := m.GetBackingStore().Set("complexity", value) if err != nil { @@ -717,7 +717,7 @@ func (m *Payload) SetDisplayName(value *string)() { panic(err) } } -// SetIndustry sets the industry property value. Industry of a payload. Possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. +// SetIndustry sets the industry property value. Industry of a payload. The possible values are: unknown, other, banking, businessServices, consumerServices, education, energy, construction, consulting, financialServices, government, hospitality, insurance, legal, courierServices, IT, healthcare, manufacturing, retail, telecom, realEstate, unknownFutureValue. func (m *Payload) SetIndustry(value *PayloadIndustry)() { err := m.GetBackingStore().Set("industry", value) if err != nil { @@ -773,7 +773,7 @@ func (m *Payload) SetPayloadTags(value []string)() { panic(err) } } -// SetPlatform sets the platform property value. The payload delivery platform for a simulation. Possible values are: unknown, sms, email, teams, unknownFutureValue. +// SetPlatform sets the platform property value. The payload delivery platform for a simulation. The possible values are: unknown, sms, email, teams, unknownFutureValue. func (m *Payload) SetPlatform(value *PayloadDeliveryPlatform)() { err := m.GetBackingStore().Set("platform", value) if err != nil { @@ -787,7 +787,7 @@ func (m *Payload) SetPredictedCompromiseRate(value *float64)() { panic(err) } } -// SetSimulationAttackType sets the simulationAttackType property value. Attack type of the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, social, cloud, endpoint, unknownFutureValue. +// SetSimulationAttackType sets the simulationAttackType property value. Attack type of the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, social, cloud, endpoint, unknownFutureValue. func (m *Payload) SetSimulationAttackType(value *SimulationAttackType)() { err := m.GetBackingStore().Set("simulationAttackType", value) if err != nil { @@ -801,21 +801,21 @@ func (m *Payload) SetSource(value *SimulationContentSource)() { panic(err) } } -// SetStatus sets the status property value. Simulation content status. Supports $filter and $orderby. Possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. +// SetStatus sets the status property value. Simulation content status. Supports $filter and $orderby. The possible values are: unknown, draft, ready, archive, delete, unknownFutureValue. func (m *Payload) SetStatus(value *SimulationContentStatus)() { err := m.GetBackingStore().Set("status", value) if err != nil { panic(err) } } -// SetTechnique sets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. Possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations. +// SetTechnique sets the technique property value. The social engineering technique used in the attack simulation and training campaign. Supports $filter and $orderby. The possible values are: unknown, credentialHarvesting, attachmentMalware, driveByUrl, linkInAttachment, linkToMalwareFile, unknownFutureValue, oAuthConsentGrant. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: oAuthConsentGrant. For more information on the types of social engineering attack techniques, see simulations. func (m *Payload) SetTechnique(value *SimulationAttackTechnique)() { err := m.GetBackingStore().Set("technique", value) if err != nil { panic(err) } } -// SetTheme sets the theme property value. The theme of a payload. Possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue. +// SetTheme sets the theme property value. The theme of a payload. The possible values are: unknown, other, accountActivation, accountVerification, billing, cleanUpMail, controversial, documentReceived, expense, fax, financeReport, incomingMessages, invoice, itemReceived, loginAlert, mailReceived, password, payment, payroll, personalizedOffer, quarantine, remoteWork, reviewMessage, securityUpdate, serviceSuspended, signatureRequired, upgradeMailboxStorage, verifyMailbox, voicemail, advertisement, employeeEngagement, unknownFutureValue. func (m *Payload) SetTheme(value *PayloadTheme)() { err := m.GetBackingStore().Set("theme", value) if err != nil { diff --git a/models/persistent_browser_session_control.go b/models/persistent_browser_session_control.go index db1f24a0ece..0114620891d 100644 --- a/models/persistent_browser_session_control.go +++ b/models/persistent_browser_session_control.go @@ -40,7 +40,7 @@ func (m *PersistentBrowserSessionControl) GetFieldDeserializers()(map[string]fun } return res } -// GetMode gets the mode property value. Possible values are: always, never. +// GetMode gets the mode property value. The possible values are: always, never. // returns a *PersistentBrowserSessionMode when successful func (m *PersistentBrowserSessionControl) GetMode()(*PersistentBrowserSessionMode) { val, err := m.GetBackingStore().Get("mode") @@ -67,7 +67,7 @@ func (m *PersistentBrowserSessionControl) Serialize(writer i878a80d2330e89d26896 } return nil } -// SetMode sets the mode property value. Possible values are: always, never. +// SetMode sets the mode property value. The possible values are: always, never. func (m *PersistentBrowserSessionControl) SetMode(value *PersistentBrowserSessionMode)() { err := m.GetBackingStore().Set("mode", value) if err != nil { diff --git a/models/phone_authentication_method.go b/models/phone_authentication_method.go index 9223018dc65..ea2245ce510 100644 --- a/models/phone_authentication_method.go +++ b/models/phone_authentication_method.go @@ -72,7 +72,7 @@ func (m *PhoneAuthenticationMethod) GetPhoneNumber()(*string) { } return nil } -// GetPhoneType gets the phoneType property value. The type of this phone. Possible values are: mobile, alternateMobile, or office. +// GetPhoneType gets the phoneType property value. The type of this phone. The possible values are: mobile, alternateMobile, or office. // returns a *AuthenticationPhoneType when successful func (m *PhoneAuthenticationMethod) GetPhoneType()(*AuthenticationPhoneType) { val, err := m.GetBackingStore().Get("phoneType") @@ -84,7 +84,7 @@ func (m *PhoneAuthenticationMethod) GetPhoneType()(*AuthenticationPhoneType) { } return nil } -// GetSmsSignInState gets the smsSignInState property value. Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. +// GetSmsSignInState gets the smsSignInState property value. Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. // returns a *AuthenticationMethodSignInState when successful func (m *PhoneAuthenticationMethod) GetSmsSignInState()(*AuthenticationMethodSignInState) { val, err := m.GetBackingStore().Get("smsSignInState") @@ -131,14 +131,14 @@ func (m *PhoneAuthenticationMethod) SetPhoneNumber(value *string)() { panic(err) } } -// SetPhoneType sets the phoneType property value. The type of this phone. Possible values are: mobile, alternateMobile, or office. +// SetPhoneType sets the phoneType property value. The type of this phone. The possible values are: mobile, alternateMobile, or office. func (m *PhoneAuthenticationMethod) SetPhoneType(value *AuthenticationPhoneType)() { err := m.GetBackingStore().Set("phoneType", value) if err != nil { panic(err) } } -// SetSmsSignInState sets the smsSignInState property value. Whether a phone is ready to be used for SMS sign-in or not. Possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. +// SetSmsSignInState sets the smsSignInState property value. Whether a phone is ready to be used for SMS sign-in or not. The possible values are: notSupported, notAllowedByPolicy, notEnabled, phoneNumberNotUnique, ready, or notConfigured, unknownFutureValue. func (m *PhoneAuthenticationMethod) SetSmsSignInState(value *AuthenticationMethodSignInState)() { err := m.GetBackingStore().Set("smsSignInState", value) if err != nil { diff --git a/models/place.go b/models/place.go index 14fa58d9542..df962bbb180 100644 --- a/models/place.go +++ b/models/place.go @@ -52,7 +52,7 @@ func CreatePlaceFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487e } return NewPlace(), nil } -// GetAddress gets the address property value. The street address of the place. +// GetAddress gets the address property value. The physical address of the place, including the street, city, state, country or region, and postal code. // returns a PhysicalAddressable when successful func (m *Place) GetAddress()(PhysicalAddressable) { val, err := m.GetBackingStore().Get("address") @@ -64,7 +64,7 @@ func (m *Place) GetAddress()(PhysicalAddressable) { } return nil } -// GetCheckIns gets the checkIns property value. The checkIns property +// GetCheckIns gets the checkIns property value. A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. // returns a []CheckInClaimable when successful func (m *Place) GetCheckIns()([]CheckInClaimable) { val, err := m.GetBackingStore().Get("checkIns") @@ -76,7 +76,7 @@ func (m *Place) GetCheckIns()([]CheckInClaimable) { } return nil } -// GetDisplayName gets the displayName property value. The name associated with the place. +// GetDisplayName gets the displayName property value. The name that is associated with the place. // returns a *string when successful func (m *Place) GetDisplayName()(*string) { val, err := m.GetBackingStore().Get("displayName") @@ -208,7 +208,7 @@ func (m *Place) GetGeoCoordinates()(OutlookGeoCoordinatesable) { } return nil } -// GetIsWheelChairAccessible gets the isWheelChairAccessible property value. The isWheelChairAccessible property +// GetIsWheelChairAccessible gets the isWheelChairAccessible property value. Indicates whether the place is wheelchair accessible. // returns a *bool when successful func (m *Place) GetIsWheelChairAccessible()(*bool) { val, err := m.GetBackingStore().Get("isWheelChairAccessible") @@ -220,7 +220,7 @@ func (m *Place) GetIsWheelChairAccessible()(*bool) { } return nil } -// GetLabel gets the label property value. The label property +// GetLabel gets the label property value. User-defined description of the place. // returns a *string when successful func (m *Place) GetLabel()(*string) { val, err := m.GetBackingStore().Get("label") @@ -232,7 +232,7 @@ func (m *Place) GetLabel()(*string) { } return nil } -// GetParentId gets the parentId property value. The parentId property +// GetParentId gets the parentId property value. The ID of a parent place. // returns a *string when successful func (m *Place) GetParentId()(*string) { val, err := m.GetBackingStore().Get("parentId") @@ -256,7 +256,7 @@ func (m *Place) GetPhone()(*string) { } return nil } -// GetTags gets the tags property value. The tags property +// GetTags gets the tags property value. Custom tags that are associated with the place for categorization or filtering. // returns a []string when successful func (m *Place) GetTags()([]string) { val, err := m.GetBackingStore().Get("tags") @@ -336,21 +336,21 @@ func (m *Place) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c4 } return nil } -// SetAddress sets the address property value. The street address of the place. +// SetAddress sets the address property value. The physical address of the place, including the street, city, state, country or region, and postal code. func (m *Place) SetAddress(value PhysicalAddressable)() { err := m.GetBackingStore().Set("address", value) if err != nil { panic(err) } } -// SetCheckIns sets the checkIns property value. The checkIns property +// SetCheckIns sets the checkIns property value. A subresource of a place object that indicates the check-in status of an Outlook calendar event booked at the place. func (m *Place) SetCheckIns(value []CheckInClaimable)() { err := m.GetBackingStore().Set("checkIns", value) if err != nil { panic(err) } } -// SetDisplayName sets the displayName property value. The name associated with the place. +// SetDisplayName sets the displayName property value. The name that is associated with the place. func (m *Place) SetDisplayName(value *string)() { err := m.GetBackingStore().Set("displayName", value) if err != nil { @@ -364,21 +364,21 @@ func (m *Place) SetGeoCoordinates(value OutlookGeoCoordinatesable)() { panic(err) } } -// SetIsWheelChairAccessible sets the isWheelChairAccessible property value. The isWheelChairAccessible property +// SetIsWheelChairAccessible sets the isWheelChairAccessible property value. Indicates whether the place is wheelchair accessible. func (m *Place) SetIsWheelChairAccessible(value *bool)() { err := m.GetBackingStore().Set("isWheelChairAccessible", value) if err != nil { panic(err) } } -// SetLabel sets the label property value. The label property +// SetLabel sets the label property value. User-defined description of the place. func (m *Place) SetLabel(value *string)() { err := m.GetBackingStore().Set("label", value) if err != nil { panic(err) } } -// SetParentId sets the parentId property value. The parentId property +// SetParentId sets the parentId property value. The ID of a parent place. func (m *Place) SetParentId(value *string)() { err := m.GetBackingStore().Set("parentId", value) if err != nil { @@ -392,7 +392,7 @@ func (m *Place) SetPhone(value *string)() { panic(err) } } -// SetTags sets the tags property value. The tags property +// SetTags sets the tags property value. Custom tags that are associated with the place for categorization or filtering. func (m *Place) SetTags(value []string)() { err := m.GetBackingStore().Set("tags", value) if err != nil { diff --git a/models/planner_plan_container.go b/models/planner_plan_container.go index a23dd0290a0..e59621f233d 100644 --- a/models/planner_plan_container.go +++ b/models/planner_plan_container.go @@ -113,7 +113,7 @@ func (m *PlannerPlanContainer) GetOdataType()(*string) { } return nil } -// GetTypeEscaped gets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional. +// GetTypeEscaped gets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional. // returns a *PlannerContainerType when successful func (m *PlannerPlanContainer) GetTypeEscaped()(*PlannerContainerType) { val, err := m.GetBackingStore().Get("typeEscaped") @@ -197,7 +197,7 @@ func (m *PlannerPlanContainer) SetOdataType(value *string)() { panic(err) } } -// SetTypeEscaped sets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. Possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional. +// SetTypeEscaped sets the type property value. The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional. func (m *PlannerPlanContainer) SetTypeEscaped(value *PlannerContainerType)() { err := m.GetBackingStore().Set("typeEscaped", value) if err != nil { diff --git a/models/platform_credential_authentication_method.go b/models/platform_credential_authentication_method.go index 669cb7e28b8..604a39dc7ce 100644 --- a/models/platform_credential_authentication_method.go +++ b/models/platform_credential_authentication_method.go @@ -117,7 +117,7 @@ func (m *PlatformCredentialAuthenticationMethod) GetFieldDeserializers()(map[str } return res } -// GetKeyStrength gets the keyStrength property value. Key strength of this Platform Credential key. Possible values are: normal, weak, unknown. +// GetKeyStrength gets the keyStrength property value. Key strength of this Platform Credential key. The possible values are: normal, weak, unknown. // returns a *AuthenticationMethodKeyStrength when successful func (m *PlatformCredentialAuthenticationMethod) GetKeyStrength()(*AuthenticationMethodKeyStrength) { val, err := m.GetBackingStore().Get("keyStrength") @@ -129,7 +129,7 @@ func (m *PlatformCredentialAuthenticationMethod) GetKeyStrength()(*Authenticatio } return nil } -// GetPlatform gets the platform property value. Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux. +// GetPlatform gets the platform property value. Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux. // returns a *AuthenticationMethodPlatform when successful func (m *PlatformCredentialAuthenticationMethod) GetPlatform()(*AuthenticationMethodPlatform) { val, err := m.GetBackingStore().Get("platform") @@ -202,14 +202,14 @@ func (m *PlatformCredentialAuthenticationMethod) SetDisplayName(value *string)() panic(err) } } -// SetKeyStrength sets the keyStrength property value. Key strength of this Platform Credential key. Possible values are: normal, weak, unknown. +// SetKeyStrength sets the keyStrength property value. Key strength of this Platform Credential key. The possible values are: normal, weak, unknown. func (m *PlatformCredentialAuthenticationMethod) SetKeyStrength(value *AuthenticationMethodKeyStrength)() { err := m.GetBackingStore().Set("keyStrength", value) if err != nil { panic(err) } } -// SetPlatform sets the platform property value. Platform on which this Platform Credential key is present. Possible values are: unknown, windows, macOS,iOS, android, linux. +// SetPlatform sets the platform property value. Platform on which this Platform Credential key is present. The possible values are: unknown, windows, macOS,iOS, android, linux. func (m *PlatformCredentialAuthenticationMethod) SetPlatform(value *AuthenticationMethodPlatform)() { err := m.GetBackingStore().Set("platform", value) if err != nil { diff --git a/models/positive_reinforcement_notification.go b/models/positive_reinforcement_notification.go index 682301ba4b5..0b1638b16c0 100644 --- a/models/positive_reinforcement_notification.go +++ b/models/positive_reinforcement_notification.go @@ -24,7 +24,7 @@ func NewPositiveReinforcementNotification()(*PositiveReinforcementNotification) func CreatePositiveReinforcementNotificationFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error) { return NewPositiveReinforcementNotification(), nil } -// GetDeliveryPreference gets the deliveryPreference property value. Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. +// GetDeliveryPreference gets the deliveryPreference property value. Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. // returns a *NotificationDeliveryPreference when successful func (m *PositiveReinforcementNotification) GetDeliveryPreference()(*NotificationDeliveryPreference) { val, err := m.GetBackingStore().Get("deliveryPreference") @@ -67,7 +67,7 @@ func (m *PositiveReinforcementNotification) Serialize(writer i878a80d2330e89d268 } return nil } -// SetDeliveryPreference sets the deliveryPreference property value. Delivery preference. Possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. +// SetDeliveryPreference sets the deliveryPreference property value. Delivery preference. The possible values are: unknown, deliverImmedietly, deliverAfterCampaignEnd, unknownFutureValue. func (m *PositiveReinforcementNotification) SetDeliveryPreference(value *NotificationDeliveryPreference)() { err := m.GetBackingStore().Set("deliveryPreference", value) if err != nil { diff --git a/models/printer_capabilities.go b/models/printer_capabilities.go index 80830919434..1edc5a84740 100644 --- a/models/printer_capabilities.go +++ b/models/printer_capabilities.go @@ -585,7 +585,7 @@ func (m *PrinterCapabilities) GetLeftMargins()([]int32) { } return nil } -// GetMediaColors gets the mediaColors property value. The media (i.e., paper) colors supported by the printer. +// GetMediaColors gets the mediaColors property value. The media (for example, paper) colors supported by the printer. // returns a []string when successful func (m *PrinterCapabilities) GetMediaColors()([]string) { val, err := m.GetBackingStore().Get("mediaColors") @@ -597,7 +597,7 @@ func (m *PrinterCapabilities) GetMediaColors()([]string) { } return nil } -// GetMediaSizes gets the mediaSizes property value. The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. +// GetMediaSizes gets the mediaSizes property value. The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values. // returns a []string when successful func (m *PrinterCapabilities) GetMediaSizes()([]string) { val, err := m.GetBackingStore().Get("mediaSizes") @@ -1009,14 +1009,14 @@ func (m *PrinterCapabilities) SetLeftMargins(value []int32)() { panic(err) } } -// SetMediaColors sets the mediaColors property value. The media (i.e., paper) colors supported by the printer. +// SetMediaColors sets the mediaColors property value. The media (for example, paper) colors supported by the printer. func (m *PrinterCapabilities) SetMediaColors(value []string)() { err := m.GetBackingStore().Set("mediaColors", value) if err != nil { panic(err) } } -// SetMediaSizes sets the mediaSizes property value. The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. Valid values are in the following table. +// SetMediaSizes sets the mediaSizes property value. The media sizes supported by the printer. Supports standard size names for ISO and ANSI media sizes. For the list of supported values, see mediaSizes values. func (m *PrinterCapabilities) SetMediaSizes(value []string)() { err := m.GetBackingStore().Set("mediaSizes", value) if err != nil { diff --git a/models/process.go b/models/process.go index f7d3f70bf29..bf50efb971f 100644 --- a/models/process.go +++ b/models/process.go @@ -228,7 +228,7 @@ func (m *Process) GetFileHash()(FileHashable) { } return nil } -// GetIntegrityLevel gets the integrityLevel property value. The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system. +// GetIntegrityLevel gets the integrityLevel property value. The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system. // returns a *ProcessIntegrityLevel when successful func (m *Process) GetIntegrityLevel()(*ProcessIntegrityLevel) { val, err := m.GetBackingStore().Get("integrityLevel") @@ -464,7 +464,7 @@ func (m *Process) SetFileHash(value FileHashable)() { panic(err) } } -// SetIntegrityLevel sets the integrityLevel property value. The integrity level of the process. Possible values are: unknown, untrusted, low, medium, high, system. +// SetIntegrityLevel sets the integrityLevel property value. The integrity level of the process. The possible values are: unknown, untrusted, low, medium, high, system. func (m *Process) SetIntegrityLevel(value *ProcessIntegrityLevel)() { err := m.GetBackingStore().Set("integrityLevel", value) if err != nil { diff --git a/models/provisioning_object_summary.go b/models/provisioning_object_summary.go index bd7288a701a..f06902131ae 100644 --- a/models/provisioning_object_summary.go +++ b/models/provisioning_object_summary.go @@ -285,7 +285,7 @@ func (m *ProvisioningObjectSummary) GetModifiedProperties()([]ModifiedPropertyab } return nil } -// GetProvisioningAction gets the provisioningAction property value. Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). +// GetProvisioningAction gets the provisioningAction property value. Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). // returns a *ProvisioningAction when successful func (m *ProvisioningObjectSummary) GetProvisioningAction()(*ProvisioningAction) { val, err := m.GetBackingStore().Get("provisioningAction") @@ -559,7 +559,7 @@ func (m *ProvisioningObjectSummary) SetModifiedProperties(value []ModifiedProper panic(err) } } -// SetProvisioningAction sets the provisioningAction property value. Indicates the activity name or the operation name. Possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). +// SetProvisioningAction sets the provisioningAction property value. Indicates the activity name or the operation name. The possible values are: create, update, delete, stageddelete, disable, other and unknownFutureValue. For a list of activities logged, refer to Microsoft Entra activity list. Supports $filter (eq, contains). func (m *ProvisioningObjectSummary) SetProvisioningAction(value *ProvisioningAction)() { err := m.GetBackingStore().Set("provisioningAction", value) if err != nil { diff --git a/models/provisioning_status_info.go b/models/provisioning_status_info.go index a71720f49b1..b92d2611ad7 100644 --- a/models/provisioning_status_info.go +++ b/models/provisioning_status_info.go @@ -103,7 +103,7 @@ func (m *ProvisioningStatusInfo) GetOdataType()(*string) { } return nil } -// GetStatus gets the status property value. Possible values are: success, warning, failure, skipped, unknownFutureValue. +// GetStatus gets the status property value. The possible values are: success, warning, failure, skipped, unknownFutureValue. // returns a *ProvisioningResult when successful func (m *ProvisioningStatusInfo) GetStatus()(*ProvisioningResult) { val, err := m.GetBackingStore().Get("status") @@ -169,7 +169,7 @@ func (m *ProvisioningStatusInfo) SetOdataType(value *string)() { panic(err) } } -// SetStatus sets the status property value. Possible values are: success, warning, failure, skipped, unknownFutureValue. +// SetStatus sets the status property value. The possible values are: success, warning, failure, skipped, unknownFutureValue. func (m *ProvisioningStatusInfo) SetStatus(value *ProvisioningResult)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/provisioning_step.go b/models/provisioning_step.go index e4e161fb93a..99373b8caa8 100644 --- a/models/provisioning_step.go +++ b/models/provisioning_step.go @@ -157,7 +157,7 @@ func (m *ProvisioningStep) GetOdataType()(*string) { } return nil } -// GetProvisioningStepType gets the provisioningStepType property value. Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. +// GetProvisioningStepType gets the provisioningStepType property value. Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. // returns a *ProvisioningStepType when successful func (m *ProvisioningStep) GetProvisioningStepType()(*ProvisioningStepType) { val, err := m.GetBackingStore().Get("provisioningStepType") @@ -169,7 +169,7 @@ func (m *ProvisioningStep) GetProvisioningStepType()(*ProvisioningStepType) { } return nil } -// GetStatus gets the status property value. Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue. +// GetStatus gets the status property value. Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue. // returns a *ProvisioningResult when successful func (m *ProvisioningStep) GetStatus()(*ProvisioningResult) { val, err := m.GetBackingStore().Get("status") @@ -268,14 +268,14 @@ func (m *ProvisioningStep) SetOdataType(value *string)() { panic(err) } } -// SetProvisioningStepType sets the provisioningStepType property value. Type of step. Possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. +// SetProvisioningStepType sets the provisioningStepType property value. Type of step. The possible values are: import, scoping, matching, processing, referenceResolution, export, unknownFutureValue. func (m *ProvisioningStep) SetProvisioningStepType(value *ProvisioningStepType)() { err := m.GetBackingStore().Set("provisioningStepType", value) if err != nil { panic(err) } } -// SetStatus sets the status property value. Status of the step. Possible values are: success, warning, failure, skipped, unknownFutureValue. +// SetStatus sets the status property value. Status of the step. The possible values are: success, warning, failure, skipped, unknownFutureValue. func (m *ProvisioningStep) SetStatus(value *ProvisioningResult)() { err := m.GetBackingStore().Set("status", value) if err != nil { diff --git a/models/registry_key_state.go b/models/registry_key_state.go index 189725a8f5d..e8a2d575b13 100644 --- a/models/registry_key_state.go +++ b/models/registry_key_state.go @@ -159,7 +159,7 @@ func (m *RegistryKeyState) GetFieldDeserializers()(map[string]func(i878a80d2330e } return res } -// GetHive gets the hive property value. A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. +// GetHive gets the hive property value. A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. // returns a *RegistryHive when successful func (m *RegistryKeyState) GetHive()(*RegistryHive) { val, err := m.GetBackingStore().Get("hive") @@ -231,7 +231,7 @@ func (m *RegistryKeyState) GetOldValueName()(*string) { } return nil } -// GetOperation gets the operation property value. Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete. +// GetOperation gets the operation property value. Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete. // returns a *RegistryOperation when successful func (m *RegistryKeyState) GetOperation()(*RegistryOperation) { val, err := m.GetBackingStore().Get("operation") @@ -279,7 +279,7 @@ func (m *RegistryKeyState) GetValueName()(*string) { } return nil } -// GetValueType gets the valueType property value. Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. +// GetValueType gets the valueType property value. Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. // returns a *RegistryValueType when successful func (m *RegistryKeyState) GetValueType()(*RegistryValueType) { val, err := m.GetBackingStore().Get("valueType") @@ -381,7 +381,7 @@ func (m *RegistryKeyState) SetAdditionalData(value map[string]any)() { func (m *RegistryKeyState) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)() { m.backingStore = value } -// SetHive sets the hive property value. A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. Possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. +// SetHive sets the hive property value. A Windows registry hive : HKEYCURRENTCONFIG HKEYCURRENTUSER HKEYLOCALMACHINE/SAM HKEYLOCALMACHINE/Security HKEYLOCALMACHINE/Software HKEYLOCALMACHINE/System HKEY_USERS/.Default. The possible values are: unknown, currentConfig, currentUser, localMachineSam, localMachineSecurity, localMachineSoftware, localMachineSystem, usersDefault. func (m *RegistryKeyState) SetHive(value *RegistryHive)() { err := m.GetBackingStore().Set("hive", value) if err != nil { @@ -423,7 +423,7 @@ func (m *RegistryKeyState) SetOldValueName(value *string)() { panic(err) } } -// SetOperation sets the operation property value. Operation that changed the registry key name and/or value. Possible values are: unknown, create, modify, delete. +// SetOperation sets the operation property value. Operation that changed the registry key name and/or value. The possible values are: unknown, create, modify, delete. func (m *RegistryKeyState) SetOperation(value *RegistryOperation)() { err := m.GetBackingStore().Set("operation", value) if err != nil { @@ -451,7 +451,7 @@ func (m *RegistryKeyState) SetValueName(value *string)() { panic(err) } } -// SetValueType sets the valueType property value. Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ Possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. +// SetValueType sets the valueType property value. Registry key value type REGBINARY REGDWORD REGDWORDLITTLEENDIAN REGDWORDBIGENDIANREGEXPANDSZ REGLINK REGMULTISZ REGNONE REGQWORD REGQWORDLITTLEENDIAN REG_SZ The possible values are: unknown, binary, dword, dwordLittleEndian, dwordBigEndian, expandSz, link, multiSz, none, qword, qwordlittleEndian, sz. func (m *RegistryKeyState) SetValueType(value *RegistryValueType)() { err := m.GetBackingStore().Set("valueType", value) if err != nil { diff --git a/models/remote_desktop_security_configuration.go b/models/remote_desktop_security_configuration.go index b0e0dd590be..ba260060bb9 100644 --- a/models/remote_desktop_security_configuration.go +++ b/models/remote_desktop_security_configuration.go @@ -66,7 +66,7 @@ func (m *RemoteDesktopSecurityConfiguration) GetIsRemoteDesktopProtocolEnabled() } return nil } -// GetTargetDeviceGroups gets the targetDeviceGroups property value. The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol. +// GetTargetDeviceGroups gets the targetDeviceGroups property value. The collection of target device groups that are associated with the RDS security configuration that will be enabled for SSO when a client connects to the target device over RDP using the new Microsoft Entra ID RDS authentication protocol.