共用方式為


PolicyConfiguration interface

具有設定的完整原則組態。

Extends

屬性

createdBy

建立原則之身分識別的參考。

createdDate

建立原則的日期和時間。

isBlocking

指出原則是否封鎖。

isDeleted

指出原則是否已遭到刪除。

isEnabled

指出是否啟用原則。

isEnterpriseManaged

如果設定,此原則需要「管理企業原則」許可權,才能建立、編輯或刪除。

settings

原則組態設定。

繼承的屬性

id

原則組態標識碼。

revision

原則設定修訂標識碼。

type

原則組態類型。

url

可以擷取原則設定的URL。

屬性詳細資料

createdBy

建立原則之身分識別的參考。

createdBy: IdentityRef

屬性值

createdDate

建立原則的日期和時間。

createdDate: Date

屬性值

Date

isBlocking

指出原則是否封鎖。

isBlocking: boolean

屬性值

boolean

isDeleted

指出原則是否已遭到刪除。

isDeleted: boolean

屬性值

boolean

isEnabled

指出是否啟用原則。

isEnabled: boolean

屬性值

boolean

isEnterpriseManaged

如果設定,此原則需要「管理企業原則」許可權,才能建立、編輯或刪除。

isEnterpriseManaged: boolean

屬性值

boolean

settings

原則組態設定。

settings: any

屬性值

any

繼承的屬性詳細資料

id

原則組態標識碼。

id: number

屬性值

number

繼承自VersionedPolicyConfigurationRef.id

revision

原則設定修訂標識碼。

revision: number

屬性值

number

繼承自VersionedPolicyConfigurationRef.revision

type

原則組態類型。

type: PolicyTypeRef

屬性值

繼承自VersionedPolicyConfigurationRef.type

url

可以擷取原則設定的URL。

url: string

屬性值

string

繼承自VersionedPolicyConfigurationRef.url