@microsoft/msgraph-beta-sdk
Version:
Microsoft Graph Beta JavaScript client library
2,212 lines • 118 kB
TypeScript
import { type BaseCollectionPaginationCountResponse, type Entity, type LongRunningOperation, type PublicError } from '../index.js';
import { type AdditionalDataHolder, type BackedModel, type DateOnly, type Parsable, type ParseNode, type SerializationWriter } from '@microsoft/kiota-abstractions';
export type AdditionalClassGroupAttributes = (typeof AdditionalClassGroupAttributesObject)[keyof typeof AdditionalClassGroupAttributesObject];
export interface AdditionalClassGroupOptions extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* Indicates whether a team should be created for the class group.
*/
createTeam?: boolean | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* Indicates whether the class group display name should be set on create.
*/
writeDisplayNameOnCreateOnly?: boolean | null;
}
export type AdditionalUserAttributes = (typeof AdditionalUserAttributesObject)[keyof typeof AdditionalUserAttributesObject];
export interface AdditionalUserOptions extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Indicates whether student contact association should be allowed.
*/
allowStudentContactAssociation?: boolean | null;
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* Indicates whether all students should be marked as minors. The markAllStudentsAsMinors property is deprecated and will stop returning data on October 15, 2025. Going forward, use the studentAgeGroup property.
*/
markAllStudentsAsMinors?: boolean | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* Indicates the age group classification for students. The possible values are: minor, notAdult, adult, unknownFutureValue. Use null to disable age group enforcement.
*/
studentAgeGroup?: StudentAgeGroup | null;
}
export interface AdministrativeUnitProvisioningFlow extends Parsable, ProvisioningFlow {
/**
* The creationOptions property
*/
creationOptions?: AdminUnitCreationOptions | null;
}
export interface AdminUnitCreationOptions extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* Indicates whether the administrative unit should be created based on the org.
*/
createBasedOnOrg?: boolean | null;
/**
* Indicates whether the administrative unit should be created based on the org and role group.
*/
createBasedOnOrgPlusRoleGroup?: boolean | null;
/**
* The OdataType property
*/
odataType?: string | null;
}
export interface AggregatedInboundStatistics extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The aggregate count of errors encountered by activities during this run.
*/
errors?: number | null;
/**
* The aggregate count of active inbound groups processed during the run.
*/
groups?: number | null;
/**
* The aggregate count of active people matched to a Microsoft Entra user, by role.
*/
matchedPeopleByRole?: IndustryDataRunRoleCountMetric[] | null;
/**
* The aggregate count of active inbound memberships processed during the run.
*/
memberships?: number | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* The aggregate count of active inbound organizations processed during the run.
*/
organizations?: number | null;
/**
* The aggregate count of active inbound people processed during the run.
*/
people?: number | null;
/**
* The aggregate count of active people not matched to a Microsoft Entra user, by role.
*/
unmatchedPeopleByRole?: IndustryDataRunRoleCountMetric[] | null;
/**
* The aggregate count of warnings generated by activities during this run.
*/
warnings?: number | null;
}
export interface ApiDataConnector extends IndustryDataConnector, Parsable {
/**
* The apiFormat property
*/
apiFormat?: ApiFormat | null;
/**
* The base URL, including the scheme, host, and path for the API, with or without a trailing '/'. For example, 'https://example.com/ims/oneRoster/v1p1'
*/
baseUrl?: string | null;
/**
* The credential property
*/
credential?: Credential | null;
}
export type ApiFormat = (typeof ApiFormatObject)[keyof typeof ApiFormatObject];
export interface AzureDataLakeConnector extends FileDataConnector, Parsable {
/**
* The file format that external systems can upload using this connector.
*/
fileFormat?: FileFormatReferenceValue | null;
}
export interface BasicFilter extends Filter, Parsable {
/**
* The attribute property
*/
attribute?: FilterOptions | null;
/**
* The condition to filter with.
*/
inEscaped?: string[] | null;
}
export interface ClassGroupConfiguration extends AdditionalDataHolder, BackedModel, Parsable {
/**
* The different attributes to sync for the class groups. The possible values are: courseTitle, courseCode, courseSubject, courseGradeLevel, courseExternalId, academicSessionTitle, academicSessionExternalId, classCode, unknownFutureValue.
*/
additionalAttributes?: AdditionalClassGroupAttributes[] | null;
/**
* The additionalOptions property
*/
additionalOptions?: AdditionalClassGroupOptions | null;
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The enrollmentMappings property
*/
enrollmentMappings?: EnrollmentMappings | null;
/**
* The OdataType property
*/
odataType?: string | null;
}
export interface ClassGroupProvisioningFlow extends Parsable, ProvisioningFlow {
/**
* The configuration property
*/
configuration?: ClassGroupConfiguration | null;
}
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {AdditionalClassGroupOptions}
*/
export declare function createAdditionalClassGroupOptionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {AdditionalUserOptions}
*/
export declare function createAdditionalUserOptionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {AdministrativeUnitProvisioningFlow}
*/
export declare function createAdministrativeUnitProvisioningFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {AdminUnitCreationOptions}
*/
export declare function createAdminUnitCreationOptionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {AggregatedInboundStatistics}
*/
export declare function createAggregatedInboundStatisticsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {ApiDataConnector}
*/
export declare function createApiDataConnectorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {AzureDataLakeConnector}
*/
export declare function createAzureDataLakeConnectorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {BasicFilter}
*/
export declare function createBasicFilterFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {ClassGroupConfiguration}
*/
export declare function createClassGroupConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {ClassGroupProvisioningFlow}
*/
export declare function createClassGroupProvisioningFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {Credential}
*/
export declare function createCredentialFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {EnrollmentMappings}
*/
export declare function createEnrollmentMappingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {FileDataConnector}
*/
export declare function createFileDataConnectorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {FileFormatReferenceValue}
*/
export declare function createFileFormatReferenceValueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {FileValidateOperation}
*/
export declare function createFileValidateOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {Filter}
*/
export declare function createFilterFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IdentifierTypeReferenceValue}
*/
export declare function createIdentifierTypeReferenceValueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {InboundActivityResults}
*/
export declare function createInboundActivityResultsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {InboundApiFlow}
*/
export declare function createInboundApiFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {InboundFileFlow}
*/
export declare function createInboundFileFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {InboundFlowActivity}
*/
export declare function createInboundFlowActivityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {InboundFlowCollectionResponse}
*/
export declare function createInboundFlowCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {InboundFlow}
*/
export declare function createInboundFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataActivity}
*/
export declare function createIndustryDataActivityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataActivityStatistics}
*/
export declare function createIndustryDataActivityStatisticsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataConnectorCollectionResponse}
*/
export declare function createIndustryDataConnectorCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataConnector}
*/
export declare function createIndustryDataConnectorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataRoot}
*/
export declare function createIndustryDataRootFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataRunActivityCollectionResponse}
*/
export declare function createIndustryDataRunActivityCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataRunActivity}
*/
export declare function createIndustryDataRunActivityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataRunCollectionResponse}
*/
export declare function createIndustryDataRunCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataRunEntityCountMetric}
*/
export declare function createIndustryDataRunEntityCountMetricFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataRun}
*/
export declare function createIndustryDataRunFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataRunRoleCountMetric}
*/
export declare function createIndustryDataRunRoleCountMetricFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {IndustryDataRunStatistics}
*/
export declare function createIndustryDataRunStatisticsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {OAuth1ClientCredential}
*/
export declare function createOAuth1ClientCredentialFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {OAuth2ClientCredential}
*/
export declare function createOAuth2ClientCredentialFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {OAuthClientCredential}
*/
export declare function createOAuthClientCredentialFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {OneRosterApiDataConnector}
*/
export declare function createOneRosterApiDataConnectorFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {OutboundFlowActivity}
*/
export declare function createOutboundFlowActivityFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {OutboundProvisioningFlowSetCollectionResponse}
*/
export declare function createOutboundProvisioningFlowSetCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {OutboundProvisioningFlowSet}
*/
export declare function createOutboundProvisioningFlowSetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {PasswordSettings}
*/
export declare function createPasswordSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {ProvisioningFlowCollectionResponse}
*/
export declare function createProvisioningFlowCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {ProvisioningFlow}
*/
export declare function createProvisioningFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {ReferenceDefinitionCollectionResponse}
*/
export declare function createReferenceDefinitionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {ReferenceDefinition}
*/
export declare function createReferenceDefinitionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {ReferenceValue}
*/
export declare function createReferenceValueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {RoleGroupCollectionResponse}
*/
export declare function createRoleGroupCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {RoleGroup}
*/
export declare function createRoleGroupFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {RoleReferenceValue}
*/
export declare function createRoleReferenceValueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {SectionRoleReferenceValue}
*/
export declare function createSectionRoleReferenceValueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {SecurityGroupCreationOptions}
*/
export declare function createSecurityGroupCreationOptionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {SecurityGroupProvisioningFlow}
*/
export declare function createSecurityGroupProvisioningFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {SimplePasswordSettings}
*/
export declare function createSimplePasswordSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {SourceSystemDefinitionCollectionResponse}
*/
export declare function createSourceSystemDefinitionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {SourceSystemDefinition}
*/
export declare function createSourceSystemDefinitionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {UserConfiguration}
*/
export declare function createUserConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {UserCreationOptions}
*/
export declare function createUserCreationOptionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {UserManagementOptions}
*/
export declare function createUserManagementOptionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {UserMatchingSetting}
*/
export declare function createUserMatchingSettingFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {UserMatchTargetReferenceValue}
*/
export declare function createUserMatchTargetReferenceValueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {UserProvisioningFlow}
*/
export declare function createUserProvisioningFlowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {ValidateOperation}
*/
export declare function createValidateOperationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {YearReferenceValue}
*/
export declare function createYearReferenceValueFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {YearTimePeriodDefinitionCollectionResponse}
*/
export declare function createYearTimePeriodDefinitionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @returns {YearTimePeriodDefinition}
*/
export declare function createYearTimePeriodDefinitionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
export interface Credential extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The name of the credential.
*/
displayName?: string | null;
/**
* Indicates whether the credential provided is valid based on the last data connector validate operation.
*/
isValid?: boolean | null;
/**
* The time that the credential was last successfully validated by the data connector validate operation.
*/
lastValidDateTime?: Date | null;
/**
* The OdataType property
*/
odataType?: string | null;
}
/**
* The deserialization information for the current model
* @param AdditionalClassGroupOptions The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoAdditionalClassGroupOptions(additionalClassGroupOptions?: Partial<AdditionalClassGroupOptions> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param AdditionalUserOptions The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoAdditionalUserOptions(additionalUserOptions?: Partial<AdditionalUserOptions> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param AdministrativeUnitProvisioningFlow The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoAdministrativeUnitProvisioningFlow(administrativeUnitProvisioningFlow?: Partial<AdministrativeUnitProvisioningFlow> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param AdminUnitCreationOptions The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoAdminUnitCreationOptions(adminUnitCreationOptions?: Partial<AdminUnitCreationOptions> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param AggregatedInboundStatistics The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoAggregatedInboundStatistics(aggregatedInboundStatistics?: Partial<AggregatedInboundStatistics> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param ApiDataConnector The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoApiDataConnector(apiDataConnector?: Partial<ApiDataConnector> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param AzureDataLakeConnector The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoAzureDataLakeConnector(azureDataLakeConnector?: Partial<AzureDataLakeConnector> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param BasicFilter The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoBasicFilter(basicFilter?: Partial<BasicFilter> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param ClassGroupConfiguration The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoClassGroupConfiguration(classGroupConfiguration?: Partial<ClassGroupConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param ClassGroupProvisioningFlow The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoClassGroupProvisioningFlow(classGroupProvisioningFlow?: Partial<ClassGroupProvisioningFlow> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param Credential The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoCredential(credential?: Partial<Credential> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param EnrollmentMappings The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoEnrollmentMappings(enrollmentMappings?: Partial<EnrollmentMappings> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param FileDataConnector The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoFileDataConnector(fileDataConnector?: Partial<FileDataConnector> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param FileFormatReferenceValue The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoFileFormatReferenceValue(fileFormatReferenceValue?: Partial<FileFormatReferenceValue> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param FileValidateOperation The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoFileValidateOperation(fileValidateOperation?: Partial<FileValidateOperation> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param Filter The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoFilter(filter?: Partial<Filter> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IdentifierTypeReferenceValue The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIdentifierTypeReferenceValue(identifierTypeReferenceValue?: Partial<IdentifierTypeReferenceValue> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param InboundActivityResults The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoInboundActivityResults(inboundActivityResults?: Partial<InboundActivityResults> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param InboundApiFlow The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoInboundApiFlow(inboundApiFlow?: Partial<InboundApiFlow> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param InboundFileFlow The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoInboundFileFlow(inboundFileFlow?: Partial<InboundFileFlow> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param InboundFlow The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoInboundFlow(inboundFlow?: Partial<InboundFlow> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param InboundFlowActivity The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoInboundFlowActivity(inboundFlowActivity?: Partial<InboundFlowActivity> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param InboundFlowCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoInboundFlowCollectionResponse(inboundFlowCollectionResponse?: Partial<InboundFlowCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataActivity The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataActivity(industryDataActivity?: Partial<IndustryDataActivity> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataActivityStatistics The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataActivityStatistics(industryDataActivityStatistics?: Partial<IndustryDataActivityStatistics> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataConnector The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataConnector(industryDataConnector?: Partial<IndustryDataConnector> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataConnectorCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataConnectorCollectionResponse(industryDataConnectorCollectionResponse?: Partial<IndustryDataConnectorCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataRoot The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataRoot(industryDataRoot?: Partial<IndustryDataRoot> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataRun The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataRun(industryDataRun?: Partial<IndustryDataRun> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataRunActivity The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataRunActivity(industryDataRunActivity?: Partial<IndustryDataRunActivity> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataRunActivityCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataRunActivityCollectionResponse(industryDataRunActivityCollectionResponse?: Partial<IndustryDataRunActivityCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataRunCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataRunCollectionResponse(industryDataRunCollectionResponse?: Partial<IndustryDataRunCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataRunEntityCountMetric The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataRunEntityCountMetric(industryDataRunEntityCountMetric?: Partial<IndustryDataRunEntityCountMetric> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataRunRoleCountMetric The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataRunRoleCountMetric(industryDataRunRoleCountMetric?: Partial<IndustryDataRunRoleCountMetric> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param IndustryDataRunStatistics The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoIndustryDataRunStatistics(industryDataRunStatistics?: Partial<IndustryDataRunStatistics> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param OAuth1ClientCredential The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoOAuth1ClientCredential(oAuth1ClientCredential?: Partial<OAuth1ClientCredential> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param OAuth2ClientCredential The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoOAuth2ClientCredential(oAuth2ClientCredential?: Partial<OAuth2ClientCredential> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param OAuthClientCredential The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoOAuthClientCredential(oAuthClientCredential?: Partial<OAuthClientCredential> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param OneRosterApiDataConnector The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoOneRosterApiDataConnector(oneRosterApiDataConnector?: Partial<OneRosterApiDataConnector> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param OutboundFlowActivity The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoOutboundFlowActivity(outboundFlowActivity?: Partial<OutboundFlowActivity> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param OutboundProvisioningFlowSet The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoOutboundProvisioningFlowSet(outboundProvisioningFlowSet?: Partial<OutboundProvisioningFlowSet> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param OutboundProvisioningFlowSetCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoOutboundProvisioningFlowSetCollectionResponse(outboundProvisioningFlowSetCollectionResponse?: Partial<OutboundProvisioningFlowSetCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param PasswordSettings The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoPasswordSettings(passwordSettings?: Partial<PasswordSettings> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param ProvisioningFlow The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoProvisioningFlow(provisioningFlow?: Partial<ProvisioningFlow> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param ProvisioningFlowCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoProvisioningFlowCollectionResponse(provisioningFlowCollectionResponse?: Partial<ProvisioningFlowCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param ReferenceDefinition The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoReferenceDefinition(referenceDefinition?: Partial<ReferenceDefinition> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param ReferenceDefinitionCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoReferenceDefinitionCollectionResponse(referenceDefinitionCollectionResponse?: Partial<ReferenceDefinitionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param ReferenceValue The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoReferenceValue(referenceValue?: Partial<ReferenceValue> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param RoleGroup The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoRoleGroup(roleGroup?: Partial<RoleGroup> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param RoleGroupCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoRoleGroupCollectionResponse(roleGroupCollectionResponse?: Partial<RoleGroupCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param RoleReferenceValue The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoRoleReferenceValue(roleReferenceValue?: Partial<RoleReferenceValue> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param SectionRoleReferenceValue The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoSectionRoleReferenceValue(sectionRoleReferenceValue?: Partial<SectionRoleReferenceValue> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param SecurityGroupCreationOptions The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoSecurityGroupCreationOptions(securityGroupCreationOptions?: Partial<SecurityGroupCreationOptions> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param SecurityGroupProvisioningFlow The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoSecurityGroupProvisioningFlow(securityGroupProvisioningFlow?: Partial<SecurityGroupProvisioningFlow> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param SimplePasswordSettings The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoSimplePasswordSettings(simplePasswordSettings?: Partial<SimplePasswordSettings> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param SourceSystemDefinition The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoSourceSystemDefinition(sourceSystemDefinition?: Partial<SourceSystemDefinition> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param SourceSystemDefinitionCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoSourceSystemDefinitionCollectionResponse(sourceSystemDefinitionCollectionResponse?: Partial<SourceSystemDefinitionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param UserConfiguration The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoUserConfiguration(userConfiguration?: Partial<UserConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param UserCreationOptions The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoUserCreationOptions(userCreationOptions?: Partial<UserCreationOptions> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param UserManagementOptions The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoUserManagementOptions(userManagementOptions?: Partial<UserManagementOptions> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param UserMatchingSetting The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoUserMatchingSetting(userMatchingSetting?: Partial<UserMatchingSetting> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param UserMatchTargetReferenceValue The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoUserMatchTargetReferenceValue(userMatchTargetReferenceValue?: Partial<UserMatchTargetReferenceValue> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param UserProvisioningFlow The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoUserProvisioningFlow(userProvisioningFlow?: Partial<UserProvisioningFlow> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param ValidateOperation The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoValidateOperation(validateOperation?: Partial<ValidateOperation> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param YearReferenceValue The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoYearReferenceValue(yearReferenceValue?: Partial<YearReferenceValue> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param YearTimePeriodDefinition The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoYearTimePeriodDefinition(yearTimePeriodDefinition?: Partial<YearTimePeriodDefinition> | undefined): Record<string, (node: ParseNode) => void>;
/**
* The deserialization information for the current model
* @param YearTimePeriodDefinitionCollectionResponse The instance to deserialize into.
* @returns {Record<string, (node: ParseNode) => void>}
*/
export declare function deserializeIntoYearTimePeriodDefinitionCollectionResponse(yearTimePeriodDefinitionCollectionResponse?: Partial<YearTimePeriodDefinitionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
export interface EnrollmentMappings extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The enrollmentMappings member for the class group.
*/
memberEnrollmentMappings?: SectionRoleReferenceValue[] | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* The enrollmentMappings owner for the class group.
*/
ownerEnrollmentMappings?: SectionRoleReferenceValue[] | null;
}
export interface FileDataConnector extends IndustryDataConnector, Parsable {
}
export interface FileFormatReferenceValue extends Parsable, ReferenceValue {
}
/**
* The status of a long-running operation.
*/
export interface FileValidateOperation extends Parsable, ValidateOperation {
/**
* Set of files validated by the validate operation.
*/
validatedFiles?: string[] | null;
}
export interface Filter extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The OdataType property
*/
odataType?: string | null;
}
export type FilterOptions = (typeof FilterOptionsObject)[keyof typeof FilterOptionsObject];
export interface IdentifierTypeReferenceValue extends Parsable, ReferenceValue {
}
export interface InboundActivityResults extends IndustryDataActivityStatistics, Parsable {
/**
* Number of errors encountered while processing the inbound flow.
*/
errors?: number | null;
/**
* Counts of active and inactive groups processed by the inbound flow.
*/
groups?: IndustryDataRunEntityCountMetric | null;
/**
* Number of people matched to a Microsoft Entra user, by role.
*/
matchedPeopleByRole?: IndustryDataRunRoleCountMetric[] | null;
/**
* Counts of active and inactive memberships processed by the inbound flow.
*/
memberships?: IndustryDataRunEntityCountMetric | null;
/**
* Counts of active and inactive organizations processed by the inbound flow.
*/
organizations?: IndustryDataRunEntityCountMetric | null;
/**
* Counts of active and inactive people processed by the inbound flow.
*/
people?: IndustryDataRunEntityCountMetric | null;
/**
* Number of people not matched to a Microsoft Entra user, by role.
*/
unmatchedPeopleByRole?: IndustryDataRunRoleCountMetric[] | null;
/**
* Number of warnings encountered while processing the inbound flow.
*/
warnings?: number | null;
}
export interface InboundApiFlow extends InboundFlow, Parsable {
}
export type InboundDomain = (typeof InboundDomainObject)[keyof typeof InboundDomainObject];
export interface InboundFileFlow extends InboundFlow, Parsable {
}
export interface InboundFlow extends IndustryDataActivity, Parsable {
/**
* The dataConnector property
*/
dataConnector?: IndustryDataConnector | null;
/**
* The dataDomain property
*/
dataDomain?: InboundDomain | null;
/**
* The start of the time window when the flow is allowed to run. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
effectiveDateTime?: Date | null;
/**
* The end of the time window when the flow is allowed to run. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
expirationDateTime?: Date | null;
/**
* The year property
*/
year?: YearTimePeriodDefinition | null;
}
export interface InboundFlowActivity extends IndustryDataRunActivity, Parsable {
}
export interface InboundFlowCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: InboundFlow[] | null;
}
export interface IndustryDataActivity extends Entity, Parsable {
/**
* The name of the activity. Maximum supported length is 100 characters.
*/
displayName?: string | null;
/**
* The readinessStatus property
*/
readinessStatus?: ReadinessStatus | null;
}
export interface IndustryDataActivityStatistics extends AdditionalDataHolder, BackedModel, Parsable {
/**
* The identifier for the activity that is being reported on.
*/
activityId?: string | null;
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The display name of the underlying flow.
*/
displayName?: string | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* The status property
*/
status?: IndustryDataActivityStatus | null;
}
export type IndustryDataActivityStatus = (typeof IndustryDataActivityStatusObject)[keyof typeof IndustryDataActivityStatusObject];
export interface IndustryDataConnector extends Entity, Parsable {
/**
* The name of the data connector. Maximum supported length is 100 characters.
*/
displayName?: string | null;
/**
* The sourceSystem property
*/
sourceSystem?: SourceSystemDefinition | null;
}
export interface IndustryDataConnectorCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: IndustryDataConnector[] | null;
}
export interface IndustryDataRoot extends Entity, Parsable {
/**
* Set of connectors for importing data from source systems.
*/
dataConnectors?: IndustryDataConnector[] | null;
/**
* Set of data import flow activities to bring data into the canonical store via a connector.
*/
inboundFlows?: InboundFlow[] | null;
/**
* Set of ephemeral operations that the system runs currently. Read-only.
*/
operations?: LongRunningOperation[] | null;
/**
* The outboundProvisioningFlowSets property
*/
outboundProvisioningFlowSets?: OutboundProvisioningFlowSet[] | null;
/**
* Set of user modifiable system picker types.
*/
referenceDefinitions?: ReferenceDefinition[] | null;
/**
* Set of groups of individual roles that makes role-based admin simpler.
*/
roleGroups?: RoleGroup[] | null;
/**
* Set of ephemeral runs which present the point-in-time that diagnostic state of activities performed by the system. Read-only.
*/
runs?: IndustryDataRun[] | null;
/**
* Set of source definitions that represents real-world external systems.
*/
sourceSystems?: SourceSystemDefinition[] | null;
/**
* Set of years represented in the system.
*/
years?: YearTimePeriodDefinition[] | null;
}
export interface IndustryDataRun extends Entity, Parsable {
/**
* The set of activities performed during the run.
*/
activities?: IndustryDataRunActivity[] | null;
/**
* An error object to diagnose critical failures in the run.
*/
blockingError?: PublicError | null;
/**
* The name of the run for rendering in a user interface.
*/
displayName?: string | null;
/**
* The date and time when the run finished or null if the run is still in-progress. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
endDateTime?: Date | null;
/**
* The date and time when the run started. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
startDateTime?: Date | null;
/**
* The status property
*/
status?: IndustryDataRunStatus | null;
}
export interface IndustryDataRunActivity extends Entity, Parsable {
/**
* The flow that was run by this activity.
*/
activity?: IndustryDataActivity | null;
/**
* An error object to diagnose critical failures in an activity.
*/
blockingError?: PublicError | null;
/**
* The name of the running flow.
*/
displayName?: string | null;
/**
* The status property
*/
status?: IndustryDataActivityStatus | null;
}
export interface IndustryDataRunActivityCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: IndustryDataRunActivity[] | null;
}
export interface IndustryDataRunCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: IndustryDataRun[] | null;
}
export interface IndustryDataRunEntityCountMetric extends AdditionalDataHolder, BackedModel, Parsable {
/**
* The count of entries for the entity marked as Active.
*/
active?: number | null;
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The count of entries for the entity marked as Inactive.
*/
inactive?: number | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* Total count of the entity.
*/
total?: number | null;
}
export interface IndustryDataRunRoleCountMetric extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The number of people in this role.
*/
count?: number | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* The role that is being measured.
*/
role?: string | null;
}
export interface IndustryDataRunStatistics extends AdditionalDataHolder, BackedModel, Parsable {
/**
* The collection of statistics for each activity included in this run.
*/
activityStatistics?: IndustryDataActivityStatistics[] | null;
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The aggregate statistics for all inbound flows.
*/
inboundTotals?: AggregatedInboundStatistics | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* The ID of the underlying run for the statistics.
*/
runId?: string | null;
/**
* The status property
*/
status?: IndustryDataRunStatus | null;
}
export type IndustryDataRunStatus = (typeof IndustryDataRunStatusObject)[keyof typeof IndustryDataRunStatusObject];
export interface OAuth1ClientCredential extends OAuthClientCredential, Parsable {
}
export interface OAuth2ClientCredential extends OAuthClientCredential, Parsable {
/**
* The OAuth scope that is provided to the authentication process.
*/
scope?: string | null;
/**
* The URL with which to retrieve the token after authentication happens.
*/
tokenUrl?: string | null;
}
export interface OAuthClientCredential extends Credential, Parsable {
/**
* The client identifier of the application that is authenticating.
*/
clientId?: string | null;
/**
* The client secret that is used to authenticate (write-only).
*/
clientSecret?: string | null;
}
export interface OneRosterApiDataConnector extends ApiDataConnector, Parsable {
/**
* The API version of the OneRoster source. Example: 1.1, 1.2
*/
apiVersion?: string | null;
/**
* Indicates whether the user specified to import optional contacts data.
*/
isContactsEnabled?: boolean | null;
/**
* Indicates whether the user specified to import optional demographics data.
*/
isDemographicsEnabled?: boolean | null;
/**
* Indicates whether the user specified to import optional flags data.
*/
isFlagsEnabled?: boolean | null;
}
export interface OutboundFlowActivity extends IndustryDataRunActivity, Parsable {
}
export interface OutboundProvisioningFlowSet extends Entity, Parsable {
/**
* The date and time when the flowSet was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
createdDateTime?: Date | null;
/**
* The display name of the flowSet provided by the caller.
*/
displayName?: string | null;
/**
* The collection of provisioning filters applicable to all the flows under the given flowSet.
*/
filter?: Filter | null;
/**
* The date and time when the flowSet was most recently changed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
lastModifiedDateTime?: Date | null;
/**
* A flow that provisions relevant records of a given entity type in the Microsoft 365 tenant.
*/
provisioningFlows?: ProvisioningFlow[] | null;
}
export interface OutboundProvisioningFlowSetCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: OutboundProvisioningFlowSet[] | null;
}
export interface PasswordSettings extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The OdataType property
*/
odataType?: string | null;
}
export interface ProvisioningFlow extends Entity, Parsable {
/**
* The date and time when the provisioning flow was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
createdDateTime?: Date | null;
/**
* The date and time when the provisioning flow was most recently changed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
lastModifiedDateTime?: Date | null;
/**
* The state of the activity from creation through to ready to do work. The possible values are: notReady, ready, failed, disabled, expired, unknownFutureValue.
*/
readinessStatus?: ReadinessStatus | null;
}
export interface ProvisioningFlowCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: ProvisioningFlow[] | null;
}
export type ReadinessStatus = (typeof ReadinessStatusObject)[keyof typeof ReadinessStatusObject];
export interface ReferenceDefinition extends Entity, Parsable {
/**
* The code value for the definition that must be unique within the referenceType.
*/
code?: string | null;
/**
* The date and time when the definition was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
createdDateTime?: Date | null;
/**
* A human-readable representation of the reference code value for display in a user interface.
*/
displayName?: string | null;
/**
* Indicates whether the definition is disabled.
*/
isDisabled?: boolean | null;
/**
* The date and time when the definition was most recently changed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
*/
lastModifiedDateTime?: Date | null;
/**
* The categorical type for a collection of enumerated values.
*/
referenceType?: string | null;
/**
* The index that specifies the order in which to present the definition to the user. Must be unique within the referenceType.
*/
sortIndex?: number | null;
/**
* The standards body or organization source which defined the code.
*/
source?: string | null;
}
export interface ReferenceDefinitionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: ReferenceDefinition[] | null;
}
export interface ReferenceValue extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The code of the desired referenceDefinition entry.
*/
code?: string | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* The value property
*/
value?: ReferenceDefinition | null;
}
export interface RoleGroup extends Entity, Parsable {
/**
* The name of the role group.
*/
displayName?: string | null;
/**
* The set of roles included in the role group.
*/
roles?: RoleReferenceValue[] | null;
}
export interface RoleGroupCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: RoleGroup[] | null;
}
export interface RoleReferenceValue extends Parsable, ReferenceValue {
}
export interface SectionRoleReferenceValue extends Parsable, ReferenceValue {
}
export interface SecurityGroupCreationOptions extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* Indicates whether the security group should be created based on the org and role group.
*/
createBasedOnOrgPlusRoleGroup?: boolean | null;
/**
* A Boolean choice indicating whether the security group should be created based on the role group
*/
createBasedOnRoleGroup?: boolean | null;
/**
* The OdataType property
*/
odataType?: string | null;
}
export interface SecurityGroupProvisioningFlow extends Parsable, ProvisioningFlow {
/**
* The creationOptions property
*/
creationOptions?: SecurityGroupCreationOptions | null;
}
/**
* Serializes information the current object
* @param AdditionalClassGroupOptions The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeAdditionalClassGroupOptions(writer: SerializationWriter, additionalClassGroupOptions?: Partial<AdditionalClassGroupOptions> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param AdditionalUserOptions The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeAdditionalUserOptions(writer: SerializationWriter, additionalUserOptions?: Partial<AdditionalUserOptions> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param AdministrativeUnitProvisioningFlow The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeAdministrativeUnitProvisioningFlow(writer: SerializationWriter, administrativeUnitProvisioningFlow?: Partial<AdministrativeUnitProvisioningFlow> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param AdminUnitCreationOptions The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeAdminUnitCreationOptions(writer: SerializationWriter, adminUnitCreationOptions?: Partial<AdminUnitCreationOptions> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param AggregatedInboundStatistics The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeAggregatedInboundStatistics(writer: SerializationWriter, aggregatedInboundStatistics?: Partial<AggregatedInboundStatistics> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param ApiDataConnector The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeApiDataConnector(writer: SerializationWriter, apiDataConnector?: Partial<ApiDataConnector> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param AzureDataLakeConnector The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeAzureDataLakeConnector(writer: SerializationWriter, azureDataLakeConnector?: Partial<AzureDataLakeConnector> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param BasicFilter The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeBasicFilter(writer: SerializationWriter, basicFilter?: Partial<BasicFilter> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param ClassGroupConfiguration The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeClassGroupConfiguration(writer: SerializationWriter, classGroupConfiguration?: Partial<ClassGroupConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param ClassGroupProvisioningFlow The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeClassGroupProvisioningFlow(writer: SerializationWriter, classGroupProvisioningFlow?: Partial<ClassGroupProvisioningFlow> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param Credential The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeCredential(writer: SerializationWriter, credential?: Partial<Credential> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param EnrollmentMappings The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeEnrollmentMappings(writer: SerializationWriter, enrollmentMappings?: Partial<EnrollmentMappings> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param FileDataConnector The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeFileDataConnector(writer: SerializationWriter, fileDataConnector?: Partial<FileDataConnector> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param FileFormatReferenceValue The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeFileFormatReferenceValue(writer: SerializationWriter, fileFormatReferenceValue?: Partial<FileFormatReferenceValue> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param FileValidateOperation The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeFileValidateOperation(writer: SerializationWriter, fileValidateOperation?: Partial<FileValidateOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param Filter The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeFilter(writer: SerializationWriter, filter?: Partial<Filter> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IdentifierTypeReferenceValue The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIdentifierTypeReferenceValue(writer: SerializationWriter, identifierTypeReferenceValue?: Partial<IdentifierTypeReferenceValue> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param InboundActivityResults The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeInboundActivityResults(writer: SerializationWriter, inboundActivityResults?: Partial<InboundActivityResults> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param InboundApiFlow The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeInboundApiFlow(writer: SerializationWriter, inboundApiFlow?: Partial<InboundApiFlow> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param InboundFileFlow The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeInboundFileFlow(writer: SerializationWriter, inboundFileFlow?: Partial<InboundFileFlow> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param InboundFlow The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeInboundFlow(writer: SerializationWriter, inboundFlow?: Partial<InboundFlow> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param InboundFlowActivity The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeInboundFlowActivity(writer: SerializationWriter, inboundFlowActivity?: Partial<InboundFlowActivity> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param InboundFlowCollectionResponse The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeInboundFlowCollectionResponse(writer: SerializationWriter, inboundFlowCollectionResponse?: Partial<InboundFlowCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataActivity The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataActivity(writer: SerializationWriter, industryDataActivity?: Partial<IndustryDataActivity> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataActivityStatistics The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataActivityStatistics(writer: SerializationWriter, industryDataActivityStatistics?: Partial<IndustryDataActivityStatistics> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataConnector The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataConnector(writer: SerializationWriter, industryDataConnector?: Partial<IndustryDataConnector> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataConnectorCollectionResponse The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataConnectorCollectionResponse(writer: SerializationWriter, industryDataConnectorCollectionResponse?: Partial<IndustryDataConnectorCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataRoot The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataRoot(writer: SerializationWriter, industryDataRoot?: Partial<IndustryDataRoot> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataRun The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataRun(writer: SerializationWriter, industryDataRun?: Partial<IndustryDataRun> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataRunActivity The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataRunActivity(writer: SerializationWriter, industryDataRunActivity?: Partial<IndustryDataRunActivity> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataRunActivityCollectionResponse The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataRunActivityCollectionResponse(writer: SerializationWriter, industryDataRunActivityCollectionResponse?: Partial<IndustryDataRunActivityCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataRunCollectionResponse The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataRunCollectionResponse(writer: SerializationWriter, industryDataRunCollectionResponse?: Partial<IndustryDataRunCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataRunEntityCountMetric The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataRunEntityCountMetric(writer: SerializationWriter, industryDataRunEntityCountMetric?: Partial<IndustryDataRunEntityCountMetric> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataRunRoleCountMetric The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataRunRoleCountMetric(writer: SerializationWriter, industryDataRunRoleCountMetric?: Partial<IndustryDataRunRoleCountMetric> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param IndustryDataRunStatistics The instance to serialize from.
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeIndustryDataRunStatistics(writer: SerializationWriter, industryDataRunStatistics?: Partial<IndustryDataRunStatistics> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param OAuth1ClientCredential The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeOAuth1ClientCredential(writer: SerializationWriter, oAuth1ClientCredential?: Partial<OAuth1ClientCredential> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param OAuth2ClientCredential The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeOAuth2ClientCredential(writer: SerializationWriter, oAuth2ClientCredential?: Partial<OAuth2ClientCredential> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param OAuthClientCredential The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeOAuthClientCredential(writer: SerializationWriter, oAuthClientCredential?: Partial<OAuthClientCredential> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param OneRosterApiDataConnector The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeOneRosterApiDataConnector(writer: SerializationWriter, oneRosterApiDataConnector?: Partial<OneRosterApiDataConnector> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param OutboundFlowActivity The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeOutboundFlowActivity(writer: SerializationWriter, outboundFlowActivity?: Partial<OutboundFlowActivity> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param OutboundProvisioningFlowSet The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeOutboundProvisioningFlowSet(writer: SerializationWriter, outboundProvisioningFlowSet?: Partial<OutboundProvisioningFlowSet> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param OutboundProvisioningFlowSetCollectionResponse The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeOutboundProvisioningFlowSetCollectionResponse(writer: SerializationWriter, outboundProvisioningFlowSetCollectionResponse?: Partial<OutboundProvisioningFlowSetCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param PasswordSettings The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializePasswordSettings(writer: SerializationWriter, passwordSettings?: Partial<PasswordSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param ProvisioningFlow The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeProvisioningFlow(writer: SerializationWriter, provisioningFlow?: Partial<ProvisioningFlow> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param ProvisioningFlowCollectionResponse The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeProvisioningFlowCollectionResponse(writer: SerializationWriter, provisioningFlowCollectionResponse?: Partial<ProvisioningFlowCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param ReferenceDefinition The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeReferenceDefinition(writer: SerializationWriter, referenceDefinition?: Partial<ReferenceDefinition> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param ReferenceDefinitionCollectionResponse The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeReferenceDefinitionCollectionResponse(writer: SerializationWriter, referenceDefinitionCollectionResponse?: Partial<ReferenceDefinitionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param ReferenceValue The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeReferenceValue(writer: SerializationWriter, referenceValue?: Partial<ReferenceValue> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param RoleGroup The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeRoleGroup(writer: SerializationWriter, roleGroup?: Partial<RoleGroup> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param RoleGroupCollectionResponse The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeRoleGroupCollectionResponse(writer: SerializationWriter, roleGroupCollectionResponse?: Partial<RoleGroupCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param RoleReferenceValue The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeRoleReferenceValue(writer: SerializationWriter, roleReferenceValue?: Partial<RoleReferenceValue> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param SectionRoleReferenceValue The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeSectionRoleReferenceValue(writer: SerializationWriter, sectionRoleReferenceValue?: Partial<SectionRoleReferenceValue> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param SecurityGroupCreationOptions The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeSecurityGroupCreationOptions(writer: SerializationWriter, securityGroupCreationOptions?: Partial<SecurityGroupCreationOptions> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param SecurityGroupProvisioningFlow The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeSecurityGroupProvisioningFlow(writer: SerializationWriter, securityGroupProvisioningFlow?: Partial<SecurityGroupProvisioningFlow> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param SimplePasswordSettings The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeSimplePasswordSettings(writer: SerializationWriter, simplePasswordSettings?: Partial<SimplePasswordSettings> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param SourceSystemDefinition The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeSourceSystemDefinition(writer: SerializationWriter, sourceSystemDefinition?: Partial<SourceSystemDefinition> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param SourceSystemDefinitionCollectionResponse The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeSourceSystemDefinitionCollectionResponse(writer: SerializationWriter, sourceSystemDefinitionCollectionResponse?: Partial<SourceSystemDefinitionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param UserConfiguration The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeUserConfiguration(writer: SerializationWriter, userConfiguration?: Partial<UserConfiguration> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param UserCreationOptions The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeUserCreationOptions(writer: SerializationWriter, userCreationOptions?: Partial<UserCreationOptions> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param UserManagementOptions The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeUserManagementOptions(writer: SerializationWriter, userManagementOptions?: Partial<UserManagementOptions> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param UserMatchingSetting The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeUserMatchingSetting(writer: SerializationWriter, userMatchingSetting?: Partial<UserMatchingSetting> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param UserMatchTargetReferenceValue The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeUserMatchTargetReferenceValue(writer: SerializationWriter, userMatchTargetReferenceValue?: Partial<UserMatchTargetReferenceValue> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param UserProvisioningFlow The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeUserProvisioningFlow(writer: SerializationWriter, userProvisioningFlow?: Partial<UserProvisioningFlow> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param ValidateOperation The instance to serialize from.
* @param writer Serialization writer to use to serialize this model
*/
export declare function serializeValidateOperation(writer: SerializationWriter, validateOperation?: Partial<ValidateOperation> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
* @param YearReferenceValue The instance to serialize from.
*/
export declare function serializeYearReferenceValue(writer: SerializationWriter, yearReferenceValue?: Partial<YearReferenceValue> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
* @param YearTimePeriodDefinition The instance to serialize from.
*/
export declare function serializeYearTimePeriodDefinition(writer: SerializationWriter, yearTimePeriodDefinition?: Partial<YearTimePeriodDefinition> | undefined | null, isSerializingDerivedType?: boolean): void;
/**
* Serializes information the current object
* @param isSerializingDerivedType A boolean indicating whether the serialization is for a derived type.
* @param writer Serialization writer to use to serialize this model
* @param YearTimePeriodDefinitionCollectionResponse The instance to serialize from.
*/
export declare function serializeYearTimePeriodDefinitionCollectionResponse(writer: SerializationWriter, yearTimePeriodDefinitionCollectionResponse?: Partial<YearTimePeriodDefinitionCollectionResponse> | undefined | null, isSerializingDerivedType?: boolean): void;
export interface SimplePasswordSettings extends Parsable, PasswordSettings {
/**
* The password for the user.
*/
password?: string | null;
}
export interface SourceSystemDefinition extends Entity, Parsable {
/**
* The name of the source system. Maximum supported length is 100 characters.
*/
displayName?: string | null;
/**
* A collection of user matching settings by roleGroup.
*/
userMatchingSettings?: UserMatchingSetting[] | null;
/**
* The name of the vendor who supplies the source system. Maximum supported length is 100 characters.
*/
vendor?: string | null;
}
export interface SourceSystemDefinitionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: SourceSystemDefinition[] | null;
}
export type StudentAgeGroup = (typeof StudentAgeGroupObject)[keyof typeof StudentAgeGroupObject];
export interface UserConfiguration extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The password settings for the users to be provisioned with.
*/
defaultPasswordSettings?: PasswordSettings | null;
/**
* The license skus for the users to be provisioned with.
*/
licenseSkus?: string[] | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* The roleGroup property
*/
roleGroup?: RoleGroup | null;
}
export interface UserCreationOptions extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The different management choices for the users to be provisioned.
*/
configurations?: UserConfiguration[] | null;
/**
* The OdataType property
*/
odataType?: string | null;
}
export interface UserManagementOptions extends AdditionalDataHolder, BackedModel, Parsable {
/**
* The different attribute choices for the users to be provisioned. The possible values are: userGradeLevel, userNumber, unknownFutureValue.
*/
additionalAttributes?: AdditionalUserAttributes[] | null;
/**
* The additionalOptions property
*/
additionalOptions?: AdditionalUserOptions | null;
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The OdataType property
*/
odataType?: string | null;
}
export interface UserMatchingSetting extends AdditionalDataHolder, BackedModel, Parsable {
/**
* Stores model information.
*/
backingStoreEnabled?: boolean | null;
/**
* The RefUserMatchTarget for matching a user from the source with a Microsoft Entra user object.
*/
matchTarget?: UserMatchTargetReferenceValue | null;
/**
* The OdataType property
*/
odataType?: string | null;
/**
* The priority order to apply when a user has multiple RefRole codes assigned.
*/
priorityOrder?: number | null;
/**
* The roleGroup property
*/
roleGroup?: RoleGroup | null;
/**
* The sourceIdentifier property
*/
sourceIdentifier?: IdentifierTypeReferenceValue | null;
}
export interface UserMatchTargetReferenceValue extends Parsable, ReferenceValue {
}
export interface UserProvisioningFlow extends Parsable, ProvisioningFlow {
/**
* A Boolean choice indicating whether unmatched users should be created or ignored.
*/
createUnmatchedUsers?: boolean | null;
/**
* The different management choices for the new users to be provisioned.
*/
creationOptions?: UserCreationOptions | null;
/**
* The managementOptions property
*/
managementOptions?: UserManagementOptions | null;
}
/**
* The status of a long-running operation.
*/
export interface ValidateOperation extends LongRunningOperation, Parsable {
/**
* Set of errors discovered through validation.
*/
errors?: PublicError[] | null;
/**
* Set of warnings discovered through validation.
*/
warnings?: PublicError[] | null;
}
export interface YearReferenceValue extends Parsable, ReferenceValue {
}
export interface YearTimePeriodDefinition extends Entity, Parsable {
/**
* The name of the year. Maximum supported length is 100 characters.
*/
displayName?: string | null;
/**
* The last day of the year using ISO 8601 format for date.
*/
endDate?: DateOnly | null;
/**
* The first day of the year using ISO 8601 format for date.
*/
startDate?: DateOnly | null;
/**
* The year property
*/
year?: YearReferenceValue | null;
}
export interface YearTimePeriodDefinitionCollectionResponse extends BaseCollectionPaginationCountResponse, Parsable {
/**
* The value property
*/
value?: YearTimePeriodDefinition[] | null;
}
export declare const AdditionalClassGroupAttributesObject: {
readonly CourseTitle: "courseTitle";
readonly CourseCode: "courseCode";
readonly CourseSubject: "courseSubject";
readonly CourseGradeLevel: "courseGradeLevel";
readonly CourseExternalId: "courseExternalId";
readonly AcademicSessionTitle: "academicSessionTitle";
readonly AcademicSessionExternalId: "academicSessionExternalId";
readonly ClassCode: "classCode";
readonly UnknownFutureValue: "unknownFutureValue";
};
export declare const AdditionalUserAttributesObject: {
readonly UserGradeLevel: "userGradeLevel";
readonly UserNumber: "userNumber";
readonly UnknownFutureValue: "unknownFutureValue";
};
export declare const ApiFormatObject: {
readonly OneRoster: "oneRoster";
readonly UnknownFutureValue: "unknownFutureValue";
};
export declare const FilterOptionsObject: {
readonly OrgExternalId: "orgExternalId";
readonly UnknownFutureValue: "unknownFutureValue";
};
export declare const InboundDomainObject: {
readonly EducationRostering: "educationRostering";
readonly UnknownFutureValue: "unknownFutureValue";
};
export declare const IndustryDataActivityStatusObject: {
readonly InProgress: "inProgress";
readonly Skipped: "skipped";
readonly Failed: "failed";
readonly Completed: "completed";
readonly CompletedWithErrors: "completedWithErrors";
readonly CompletedWithWarnings: "completedWithWarnings";
readonly UnknownFutureValue: "unknownFutureValue";
};
export declare const IndustryDataRunStatusObject: {
readonly Running: "running";
readonly Failed: "failed";
readonly Completed: "completed";
readonly CompletedWithErrors: "completedWithErrors";
readonly CompletedWithWarnings: "completedWithWarnings";
readonly UnknownFutureValue: "unknownFutureValue";
};
export declare const ReadinessStatusObject: {
readonly NotReady: "notReady";
readonly Ready: "ready";
readonly Failed: "failed";
readonly Disabled: "disabled";
readonly Expired: "expired";
readonly UnknownFutureValue: "unknownFutureValue";
};
export declare const StudentAgeGroupObject: {
readonly Minor: "minor";
readonly NotAdult: "notAdult";
readonly Adult: "adult";
readonly UnknownFutureValue: "unknownFutureValue";
};
//# sourceMappingURL=index.d.ts.map