Share via


ExtendedRightAccessRule クラス

定義

Active Directory オブジェクトに対して拡張権利を許可または拒否するために使用する、特定の種類のアクセス規則を表します。 拡張権利は、標準のアクセス権セットでは対応していない特別な操作です。 拡張権利の例として、あるユーザーに別のユーザーの電子メールを送信する権限を付与する Send-As があります。 使用できる拡張権利の一覧については、「Extended Rights」 (拡張権利) の記事を参照してください。 拡張権利の詳細については、「Control Access Rights」 (アクセス権の制御) を参照してください。

public ref class ExtendedRightAccessRule sealed : System::DirectoryServices::ActiveDirectoryAccessRule
public sealed class ExtendedRightAccessRule : System.DirectoryServices.ActiveDirectoryAccessRule
type ExtendedRightAccessRule = class
    inherit ActiveDirectoryAccessRule
Public NotInheritable Class ExtendedRightAccessRule
Inherits ActiveDirectoryAccessRule
継承

コンストラクター

ExtendedRightAccessRule(IdentityReference, AccessControlType)

ID 参照とアクセス制御の種類を指定して、ExtendedRightAccessRule クラスの新しいインスタンスを初期化します。

ExtendedRightAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance)

ID 参照、アクセス制御の種類、および Active Directory セキュリティの継承を指定して、ExtendedRightAccessRule クラスの新しいインスタンスを初期化します。

ExtendedRightAccessRule(IdentityReference, AccessControlType, ActiveDirectorySecurityInheritance, Guid)

ID 参照、アクセス制御の種類、Active Directory セキュリティの継承、および継承されるオブジェクトの種類を指定して、ExtendedRightAccessRule クラスの新しいインスタンスを初期化します。

ExtendedRightAccessRule(IdentityReference, AccessControlType, Guid)

ID 参照、アクセス制御の種類、および拡張権利の識別子を指定して、ExtendedRightAccessRule クラスの新しいインスタンスを初期化します。

ExtendedRightAccessRule(IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance)

ID 参照、アクセス制御の種類、拡張権利の識別子、および Active Directory セキュリティの継承を指定して、ExtendedRightAccessRule クラスの新しいインスタンスを初期化します。

ExtendedRightAccessRule(IdentityReference, AccessControlType, Guid, ActiveDirectorySecurityInheritance, Guid)

ID 参照、アクセス制御の種類、拡張権利の識別子、Active Directory セキュリティの継承、および継承されるオブジェクトの種類を指定して、ExtendedRightAccessRule クラスの新しいインスタンスを初期化します。

プロパティ

AccessControlType

この AccessControlType オブジェクトに関連付けられている AccessRule 値を取得します。

(継承元 AccessRule)
AccessMask

この規則のアクセス マスクを取得します。

(継承元 AuthorizationRule)
ActiveDirectoryRights

このアクセス規則に対する Active Directory Domain Services の権限を取得します。

(継承元 ActiveDirectoryAccessRule)
IdentityReference

この規則を適用する IdentityReference を取得します。

(継承元 AuthorizationRule)
InheritanceFlags

この規則を子オブジェクトが継承する方法を決定するフラグの値を取得します。

(継承元 AuthorizationRule)
InheritanceType

このアクセス規則の継承の種類を取得します。

(継承元 ActiveDirectoryAccessRule)
InheritedObjectType

ObjectAccessRule オブジェクトを継承可能な子オブジェクトの型を取得します。

(継承元 ObjectAccessRule)
IsInherited

この規則を明示的に設定するか、または親コンテナー オブジェクトから継承するかを指定する値を取得します。

(継承元 AuthorizationRule)
ObjectFlags

ObjectAccessRule オブジェクトの ObjectType プロパティと InheritedObjectType プロパティが有効な値を格納しているかどうかを指定するフラグを取得します。

(継承元 ObjectAccessRule)
ObjectType

ObjectAccessRule を適用する対象のオブジェクトの型を取得します。

(継承元 ObjectAccessRule)
PropagationFlags

反映フラグの値を取得します。このフラグから、この規則を子オブジェクトに反映させる方法を判断します。 このプロパティは、InheritanceFlags 列挙体の値が None でない場合にのみ重要です。

(継承元 AuthorizationRule)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象