C# Class PlayFab.AdminModels.PermissionStatement

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

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

Property Details

Action public property

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

Comment public property

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

Effect public property

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

Principal public property

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

Resource public 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