C# 클래스 PlayFab.AdminModels.UpdatePolicyRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
OverwritePolicy bool
PolicyName string
Statements List

프로퍼티 상세

OverwritePolicy 공개적으로 프로퍼티

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

PolicyName 공개적으로 프로퍼티

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

Statements 공개적으로 프로퍼티

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