docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DeleteOptions

    Options for deleting project policy statements

    Inheritance
    object
    DeleteOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.AccessPolicy
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "DeleteOptions")]
    [Preserve]
    public class DeleteOptions

    Constructors

    DeleteOptions(List<string>)

    Initializes a new instance of the DeleteOptions class.

    Declaration
    [Preserve]
    public DeleteOptions(List<string> statementIDs = null)
    Parameters
    Type Name Description
    List<string> statementIDs

    Array of statement IDs which are to be deleted from the policy (required).

    Properties

    StatementIDs

    Array of statement IDs which are to be deleted from the policy

    Declaration
    [DataMember(Name = "statementIDs", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public List<string> StatementIDs { get; set; }
    Property Value
    Type Description
    List<string>

    Array of statement IDs which are to be deleted from the policy

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)