C# Class PlayFab.AdminModels.GetPolicyResponse

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PolicyName string
Statements List

Property Details

PolicyName public_oe property

The name of the policy read.
public string PolicyName
return string

Statements public_oe property

The statements in the requested policy.
public List Statements
return List