C# Class PlayFab.AdminModels.UpdatePolicyRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
OverwritePolicy bool
PolicyName string
Statements List

Property Details

OverwritePolicy public_oe property

Whether to overwrite or append to the existing policy.
public bool OverwritePolicy
return bool

PolicyName public_oe property

The name of the policy being updated. Only supported name is 'ApiPolicy'
public string PolicyName
return string

Statements public_oe property

The new statements to include in the policy.
public List Statements
return List