-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from ambitus/gh-pages-dev
Release 1.0b1
- Loading branch information
Showing
138 changed files
with
5,684 additions
and
1,078 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: default | ||
title: Abstractions | ||
parent: Access Admin | ||
has_children: true | ||
has_toc: false | ||
--- | ||
|
||
# Abstractions | ||
|
||
Access Administration functions that provide simplified interfaces for atomic tasks. | ||
{: .fs-6 .fw-300 } |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: default | ||
title: Base Functions | ||
parent: Access Admin | ||
has_children: true | ||
has_toc: false | ||
--- | ||
|
||
# Base Functions | ||
|
||
Access Administration functions that support all Abstractions and provide interfaces for more complex and nuanced tasks. | ||
{: .fs-6 .fw-300 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
layout: default | ||
grand_parent: Access Admin | ||
parent: Base Functions | ||
--- | ||
|
||
# Segments, Traits, and Operators | ||
|
||
Information about permission `segments` dictionaries, `traits` dictionaries, and `operators`. | ||
{: .fs-6 .fw-300 } | ||
|
||
### Segments | ||
|
||
| ||
|
||
{: .experimental } | ||
> _Note that just because a **Segment** is considered **Stable** that does not mean that all of the **Traits** in that **Segment** are considered **Stable**. See [Traits](#traits) for more detail._ | ||
| ||
|
||
{: .warning } | ||
> _There are no additional segments for **Access** administartion._ | ||
> _Also, note that there is no **Profile Extract** function for **Access** administration. Some access information can be extracted using **[`ResourceAdmin.extract()`](../../../resource/base/extract#resourceadminextract)** or **[`DataSetAdmin.extract()`](../../../data_set/base/extract#datasetadminextract)** depending on the type of profile in question._ | ||
| ||
|
||
| **Segment** | **Description** | | ||
| `Base` | Describes a permission's **Base** attributes. | | ||
|
||
### Traits | ||
|
||
| ||
|
||
{: .experimental } | ||
> _**Traits** that are **NOT** documented below are considered **Experimental**._ | ||
| ||
|
||
{: .note } | ||
> _Some **Traits** can be set to `False` to delete their existing values._ | ||
| ||
|
||
When using the **[`AccessAdmin.permit()`](../permit#accessadminpermit)** function, the following are valid access traits. Feel free to experiment with any of the other traits defined in `pyracf/access/access_admin.py` in the pyRACF source code. | ||
|
||
| ||
|
||
Traits use the following syntax: `<segment>:<trait>` | ||
|
||
| ||
|
||
| **Trait** | **Description** | **Valid Types** | | ||
| `base:access` | Set the **access level** associated with the permission. | `str` | | ||
|
||
### Operators | ||
|
||
Operators can be prepended to traits using the following syntax: `<operator>:<segment>:<trait>` | ||
|
||
| ||
|
||
{: .warning } | ||
> _There are no traits that support operators for **Access** administartion._ |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.