public class Win32LobAppPowerShellScriptRule extends Win32LobAppRule implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
comparisonValue
The Comparison Value.
|
java.lang.String |
displayName
The Display Name.
|
java.lang.Boolean |
enforceSignatureCheck
The Enforce Signature Check.
|
Win32LobAppPowerShellScriptRuleOperationType |
operationType
The Operation Type.
|
Win32LobAppRuleOperator |
operator
The Operator.
|
java.lang.Boolean |
runAs32Bit
The Run As32Bit.
|
RunAsAccountType |
runAsAccount
The Run As Account.
|
java.lang.String |
scriptContent
The Script Content.
|
oDataType, ruleType| Constructor and Description |
|---|
Win32LobAppPowerShellScriptRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="comparisonValue",
alternate="ComparisonValue")
@Expose
@Nullable
public java.lang.String comparisonValue
@SerializedName(value="displayName",
alternate="DisplayName")
@Expose
@Nullable
public java.lang.String displayName
@SerializedName(value="enforceSignatureCheck",
alternate="EnforceSignatureCheck")
@Expose
@Nullable
public java.lang.Boolean enforceSignatureCheck
@SerializedName(value="operationType",
alternate="OperationType")
@Expose
@Nullable
public Win32LobAppPowerShellScriptRuleOperationType operationType
@SerializedName(value="operator",
alternate="Operator")
@Expose
@Nullable
public Win32LobAppRuleOperator operator
@SerializedName(value="runAs32Bit",
alternate="RunAs32Bit")
@Expose
@Nullable
public java.lang.Boolean runAs32Bit
@SerializedName(value="runAsAccount",
alternate="RunAsAccount")
@Expose
@Nullable
public RunAsAccountType runAsAccount
@SerializedName(value="scriptContent",
alternate="ScriptContent")
@Expose
@Nullable
public java.lang.String scriptContent
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Win32LobAppRuleserializer - the serializerjson - the JSON object to set this object to