AccessControlChangeFailure Class
Represents an entry that failed to update Access Control List.
Constructor
AccessControlChangeFailure(name: str, is_directory: bool, error_message: str)
Parameters
Name | Description |
---|---|
name
Required
|
|
is_directory
Required
|
|
error_message
Required
|
|
Methods
get | |
has_key | |
items | |
keys | |
update | |
values |
get
get(key, default=None)
Parameters
Name | Description |
---|---|
key
Required
|
|
default
|
Default value: None
|
has_key
has_key(k)
Parameters
Name | Description |
---|---|
k
Required
|
|
items
items()
keys
keys()
update
update(*args, **kwargs)
values
values()
Attributes
error_message
Indicates the reason why the entry failed to update.
error_message: str
is_directory
Indicates whether the entry is a directory.
is_directory: bool
name
Name of the entry.
name: str
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python