accessPackageResourceScope リソースの種類accessPackageResourceScope resource type
名前空間: microsoft.graphNamespace: microsoft.graph
重要
/beta
Microsoft Graph のバージョンの api は変更される可能性があります。APIs under the /beta
version in Microsoft Graph are subject to change. 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。Use of these APIs in production applications is not supported. API が v2.0 で利用できるかどうかを確認するには、 バージョン セレクターを使用します。To determine whether an API is available in v1.0, use the Version selector.
AZURE AD 受給管理では、アクセスパッケージのリソーススコープは、複数のスコープを持つリソースのリソース内のスコープへの参照です。In Azure AD entitlement management, an access package resource scope is a reference to a scope within a resource, for those resources that have multiple scopes.
Access パッケージに既に追加されているリソースに対して、 リスト accessPackageResourceRoleScopes を使用して accessPackageResourceRoleScope オブジェクトのコレクションを取得することにより、アクセスパッケージのリソーススコープを決定することができます。You can determine the access package resource scope, for a resource that has already been added to an access package, by using list accessPackageResourceRoleScopes to return a collection of accessPackageResourceRoleScope objects.
プロパティProperties
プロパティProperty | 型Type | 説明Description |
---|---|---|
descriptiondescription | StringString | 範囲の説明。The description of the scope. |
displayNamedisplayName | StringString | 範囲の表示名。The display name of the scope. |
idid | StringString | 読み取り専用です。Read-only. |
isRootScopeisRootScope | BooleanBoolean | True の場合、範囲は階層内に配置され、これがリソースのトップまたはルートの範囲です。True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. |
発信者番号originId | StringString | 送信元システムで定義されている、リソース内のスコープの一意識別子。The unique identifier for the scope in the resource as defined in the origin system. |
原点システムoriginSystem | StringString | 範囲の送信元システム。The origin system for the scope. |
Role発信者 IdroleOriginId | StringString | 役割の送信元システム (異なる場合)。The origin system for the role, if different. |
urlurl | StringString | 範囲のリソースロケーター。A resource locator for the scope. |
関係Relationships
リレーションシップRelationship | 型Type | 説明Description |
---|---|---|
accessPackageResourceaccessPackageResource | accessPackageResourceaccessPackageResource | 読み取り専用。Null 許容型です。Read-only. Nullable. |
JSON 表記JSON representation
リソースの JSON 表記を次に示します。The following is a JSON representation of the resource.
{
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"isRootScope": true,
"originId": "String",
"originSystem": "String",
"roleOriginId": "String",
"url": "String"
}