< Back

New-TermsAndConditionsAcceptanceStatusObject

Sat Jan 18, 2020 1:40 pm

NAME New-TermsAndConditionsAcceptanceStatusObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.termsAndConditionsAcceptanceStatus" (or one of its

derived types).





SYNTAX

New-TermsAndConditionsAcceptanceStatusObject [-acceptedDateTime <DateTimeOffset>] [-acceptedVersion <int>]

[-termsAndConditions <object>] [-userDisplayName <string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.termsAndConditionsAcceptanceStatus" (or one of its

derived types).



A termsAndConditionsAcceptanceStatus entity represents the acceptance status of a given Terms and Conditions (T&C)

policy by a given user. Users must accept the most up-to-date version of the terms in order to retain access to

the Company Portal.





PARAMETERS

-userDisplayName <string>

The "userDisplayName" property, of type "Edm.String".



This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.



Display name of the user whose acceptance the entity represents.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-acceptedVersion <int>

The "acceptedVersion" property, of type "Edm.Int32".



This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.



Most recent version number of the T&C accepted by the user.



Required? false

Position? named

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-acceptedDateTime <DateTimeOffset>

The "acceptedDateTime" property, of type "Edm.DateTimeOffset".



This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.



DateTime when the terms were last accepted by the user.



Required? false

Position? named

Default value 1/1/0001 12:00:00 AM +00:00

Accept pipeline input? false

Accept wildcard characters? false



-termsAndConditions <object>

The "termsAndConditions" property, of type "microsoft.graph.termsAndConditions".



This property is on the "microsoft.graph.termsAndConditionsAcceptanceStatus" type.



Navigation link to the terms and conditions that are assigned.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS