C# Class PlayFab.AdminModels.PermissionStatement

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Action string
Comment string
Effect EffectType
Principal string
Resource string

Property Details

Action public_oe property

The action this statement effects. The only supported action is 'Execute'.
public string Action
return string

Comment public_oe property

A comment about the statement. Intended solely for bookeeping and debugging.
public string Comment
return string

Effect public_oe property

The effect this statement will have. The only supported effect is 'Allow'.
public EffectType Effect
return EffectType

Principal public_oe property

The principal this statement will effect. The only supported principal is '*'.
public string Principal
return string

Resource public_oe property

The resource this statements effects. The only supported resources look like 'pfrn:api--*' for all apis, or 'pfrn:api--/Client/ConfirmPurchase' for specific apis.
public string Resource
return string