C# 클래스 Org.IdentityConnectors.Framework.Common.Objects.OperationOptions

Arbitrary options to be passed into various operations.
This serves as a catch-all for extra options.
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
OP_ATTRIBUTES_TO_GET string
OP_PAGED_RESULTS_COOKIE string
OP_PAGED_RESULTS_OFFSET string
OP_PAGE_SIZE string
OP_RUN_AS_USER string
OP_RUN_WITH_PASSWORD string
OP_SORT_KEYS string

공개 메소드들

메소드 설명
OperationOptions ( Object>.IDictionary operationOptions ) : System

Public only for serialization; please use OperationOptionsBuilder.

ToString ( ) : string

메소드 상세

OperationOptions() 공개 메소드

Public only for serialization; please use OperationOptionsBuilder.
public OperationOptions ( Object>.IDictionary operationOptions ) : System
operationOptions Object>.IDictionary The options.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

OP_ATTRIBUTES_TO_GET 공개적으로 정적으로 프로퍼티

Determines the attributes to retrieve during SearchApiOp and Org.IdentityConnectors.Framework.Api.Operations.SyncApiOp.

This option overrides the default behavior, which is for the connector to return exactly the set of attributes that are identified as AttributeInfo#isReturnedByDefault() returned by default in the schema for that connector.

This option allows a client application to request additional attributes that would not otherwise not be returned (generally because such attributes are more expensive for a connector to fetch and to format) and/or to request only a subset of the attributes that would normally be returned.

public static string OP_ATTRIBUTES_TO_GET
리턴 string

OP_PAGED_RESULTS_COOKIE 공개적으로 정적으로 프로퍼티

An option to use with SearchApiOp that specifies an opaque cookie which is used by the connector to track its position in the set of query results.
public static string OP_PAGED_RESULTS_COOKIE
리턴 string

OP_PAGED_RESULTS_OFFSET 공개적으로 정적으로 프로퍼티

An option to use with SearchApiOp that specifies the index within the result set of the first result which should be returned.
public static string OP_PAGED_RESULTS_OFFSET
리턴 string

OP_PAGE_SIZE 공개적으로 정적으로 프로퍼티

An option to use with SearchApiOp that specifies the requested page results page size.
public static string OP_PAGE_SIZE
리턴 string

OP_RUN_AS_USER 공개적으로 정적으로 프로퍼티

An option to use with Org.IdentityConnectors.Framework.Api.Operations.ScriptOnResourceApiOp and possibly others that specifies an account under which to execute the script/operation.
The specified account will appear to have performed any action that the script/operation performs.

Check the javadoc for a particular connector to see whether that connector supports this option.

public static string OP_RUN_AS_USER
리턴 string

OP_RUN_WITH_PASSWORD 공개적으로 정적으로 프로퍼티

An option to use with Org.IdentityConnectors.Framework.Api.Operations.ScriptOnResourceApiOp and possibly others that specifies a password under which to execute the script/operation.
public static string OP_RUN_WITH_PASSWORD
리턴 string

OP_SORT_KEYS 공개적으로 정적으로 프로퍼티

An option to use with SearchApiOp that specifies the sort keys which should be used for ordering the ConnectorObject returned by search request.
public static string OP_SORT_KEYS
리턴 string