你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserInvitationProperties interface

用户邀请类型的属性。

属性

expirationDate

邀请到期的时间。 以 RFC 3339 定义的标准日期时间格式表示

notify

收件人是否通过电子邮件收到通知。

shareStatus

共享状态。

targetEmail

正在发送邀请的接收方电子邮件。

属性详细信息

expirationDate

邀请到期的时间。 以 RFC 3339 定义的标准日期时间格式表示

expirationDate?: string | Date

属性值

string | Date

notify

收件人是否通过电子邮件收到通知。

notify?: boolean

属性值

boolean

shareStatus

共享状态。

shareStatus?: "Detached" | "Attached"

属性值

"Detached" | "Attached"

targetEmail

正在发送邀请的接收方电子邮件。

targetEmail: string

属性值

string