Show / Hide Table of Contents

Class Access

Access

Inheritance
object
Access
Implements
IValidatableObject
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class Access : IValidatableObject

Constructors

View Source

Access(Option<List<Accessor>?>, Option<Range?>)

Initializes a new instance of the Access class.

Declaration
[JsonConstructor]
public Access(Option<List<Accessor>?> accessors = default, Option<Range?> receiver = default)
Parameters
Type Name Description
Option<List<Accessor>> accessors

accessors

Option<Range> receiver

receiver

Properties

View Source

Accessors

Gets or Sets Accessors

Declaration
[JsonPropertyName("accessors")]
public List<Accessor>? Accessors { get; set; }
Property Value
Type Description
List<Accessor>
View Source

Receiver

Gets or Sets Receiver

Declaration
[JsonPropertyName("receiver")]
public Range? Receiver { get; set; }
Property Value
Type Description
Range

Methods

View Source

ToString()

Returns the string presentation of the object

Declaration
public override string ToString()
Returns
Type Description
string

String presentation of the object

Overrides
object.ToString()

Implements

IValidatableObject

Version 0.13.1

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.