Udostępnij za pośrednictwem


PolicyAssignmentFlags Enumeration

 

Flags specific to the policy assignment.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[SerializableAttribute]
[FlagsAttribute]
public enum PolicyAssignmentFlags
[SerializableAttribute]
[FlagsAttribute]
public enum class PolicyAssignmentFlags
<SerializableAttribute>
<FlagsAttribute>
Public Enumeration PolicyAssignmentFlags

Members

Member name Description
AuthorizedDynamicDownload

Policy is authorized for dynamic download.

Equivalent to: POLICY_FLAGS_AUTHORIZED_DYNAMIC_DOWNLOAD

Compressed

Policy body is compressed by the management point before sending.

IntranetOnly

Policy only applies to intranet clients.

Equivalent to: POLICY_FLAGS_INTRANET_ONLY

None

No flags (default).

Equivalent to: POLICY_FLAGS_NONE

PersistWholePolicy

Whole policy is persisted.

Equivalent to: POLICY_FLAGS_PERSIST_WHOLE_POLICY

RequiresAuth

Policy requires authentication.

Equivalent to: POLICY_FLAGS_REQUIRES_AUTHZ

Secret

Policy contains a shared secret.

Equivalent to: POLICY_FLAGS_SECRETS

TaskSequence

Policy is a task sequence.

Equivalent to: POLICY_FLAGS_TS_FOR_CD_AND_PXE

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top