次の方法で共有


AddOwnerParameters クラス

定義

アプリケーションに所有者を追加するための要求パラメーター。

public class AddOwnerParameters
type AddOwnerParameters = class
Public Class AddOwnerParameters
継承
AddOwnerParameters

コンストラクター

AddOwnerParameters()

AddOwnerParameters クラスの新しいインスタンスを初期化します。

AddOwnerParameters(String, IDictionary<String,Object>)

AddOwnerParameters クラスの新しいインスタンスを初期化します。

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます

Url

"https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd"、 などの所有者オブジェクト URL を取得または設定します。 ここで、"0b1f9851-1bf0-433f-aec3-cb9272f093dc" は tenantId で、"f260bbc4-c254-447b-94cf-293b5ec434dd" は、追加する所有者 (ユーザー、アプリケーション、servicePrincipal、グループ) の objectId です。

メソッド

Validate()

オブジェクトを検証します。

適用対象