|
System::SharedPtr< AclScope > | get_Scope () const |
| The scope of the rule. More...
|
|
void | set_Scope (System::SharedPtr< AclScope > value) |
| The scope of the rule. More...
|
|
AccessRole | get_Role () const |
| The role assigned to the scope. More...
|
|
void | set_Role (AccessRole value) |
| The role assigned to the scope. More...
|
|
| AccessControlRule () |
| Initializes a new instance of the AccessControlRule class. More...
|
|
| AccessControlRule (System::SharedPtr< AclScope > scope, AccessRole role) |
| Initializes a new instance of the AccessControlRule class. More...
|
|
| AccessControlRule (System::String id, System::SharedPtr< AclScope > scope, AccessRole role) |
| Initializes a new instance of the AccessControlRule class. More...
|
|
| AccessControlRule (System::String id, System::String eTag, System::SharedPtr< AclScope > scope, AccessRole role) |
| Initializes a new instance of the AccessControlRule class. More...
|
|
System::String | ToString () const override |
| Returns a string which represents the object instance. More...
|
|
virtual System::String | get_Kind () |
| Type of the resource More...
|
|
virtual System::String | get_ETag () |
| An ETag or entity tag is one of several mechanisms that HTTP provides for web cache validation, and which allows a client to make conditional requests. This allows caches to be more efficient, and saves bandwidth, as a web server does not need to send a full response if the content has not changed. ETags can also be used for optimistic concurrency control, as a way to help prevent simultaneous updates of a resource from overwriting each other. More...
|
|
virtual void | set_ETag (System::String value) |
| An ETag or entity tag is one of several mechanisms that HTTP provides for web cache validation, and which allows a client to make conditional requests. This allows caches to be more efficient, and saves bandwidth, as a web server does not need to send a full response if the content has not changed. ETags can also be used for optimistic concurrency control, as a way to help prevent simultaneous updates of a resource from overwriting each other. More...
|
|
virtual System::String | get_Id () |
| Identifier of the resource. More...
|
|
virtual void | set_Id (System::String value) |
| Identifier of the resource. More...
|
|
| BaseDataObject (System::String kind) |
| Initializes a new instance of the class. More...
|
|
| BaseDataObject (System::String kind, System::String id) |
| Initializes a new instance of the class. More...
|
|
| BaseDataObject (System::String kind, System::String id, System::String eTag) |
| Initializes a new instance of the class. More...
|
|