intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getIamLdapPolicy
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
LDAP Policy configurations.
Using getIamLdapPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIamLdapPolicy(args: GetIamLdapPolicyArgs, opts?: InvokeOptions): Promise<GetIamLdapPolicyResult>
function getIamLdapPolicyOutput(args: GetIamLdapPolicyOutputArgs, opts?: InvokeOptions): Output<GetIamLdapPolicyResult>def get_iam_ldap_policy(account_moid: Optional[str] = None,
                        additional_properties: Optional[str] = None,
                        ancestors: Optional[Sequence[GetIamLdapPolicyAncestor]] = None,
                        appliance_account: Optional[GetIamLdapPolicyApplianceAccount] = None,
                        base_properties: Optional[GetIamLdapPolicyBaseProperties] = None,
                        class_id: Optional[str] = None,
                        create_time: Optional[str] = None,
                        description: Optional[str] = None,
                        dns_parameters: Optional[GetIamLdapPolicyDnsParameters] = None,
                        domain_group_moid: Optional[str] = None,
                        enable_dns: Optional[bool] = None,
                        enabled: Optional[bool] = None,
                        groups: Optional[Sequence[GetIamLdapPolicyGroup]] = None,
                        id: Optional[str] = None,
                        mod_time: Optional[str] = None,
                        moid: Optional[str] = None,
                        name: Optional[str] = None,
                        nr_providers: Optional[Sequence[GetIamLdapPolicyNrProvider]] = None,
                        object_type: Optional[str] = None,
                        organization: Optional[GetIamLdapPolicyOrganization] = None,
                        owners: Optional[Sequence[str]] = None,
                        parent: Optional[GetIamLdapPolicyParent] = None,
                        permission_resources: Optional[Sequence[GetIamLdapPolicyPermissionResource]] = None,
                        profiles: Optional[Sequence[GetIamLdapPolicyProfile]] = None,
                        shared_scope: Optional[str] = None,
                        tags: Optional[Sequence[GetIamLdapPolicyTag]] = None,
                        user_search_precedence: Optional[str] = None,
                        version_context: Optional[GetIamLdapPolicyVersionContext] = None,
                        opts: Optional[InvokeOptions] = None) -> GetIamLdapPolicyResult
def get_iam_ldap_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                        additional_properties: Optional[pulumi.Input[str]] = None,
                        ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamLdapPolicyAncestorArgs]]]] = None,
                        appliance_account: Optional[pulumi.Input[GetIamLdapPolicyApplianceAccountArgs]] = None,
                        base_properties: Optional[pulumi.Input[GetIamLdapPolicyBasePropertiesArgs]] = None,
                        class_id: Optional[pulumi.Input[str]] = None,
                        create_time: Optional[pulumi.Input[str]] = None,
                        description: Optional[pulumi.Input[str]] = None,
                        dns_parameters: Optional[pulumi.Input[GetIamLdapPolicyDnsParametersArgs]] = None,
                        domain_group_moid: Optional[pulumi.Input[str]] = None,
                        enable_dns: Optional[pulumi.Input[bool]] = None,
                        enabled: Optional[pulumi.Input[bool]] = None,
                        groups: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamLdapPolicyGroupArgs]]]] = None,
                        id: Optional[pulumi.Input[str]] = None,
                        mod_time: Optional[pulumi.Input[str]] = None,
                        moid: Optional[pulumi.Input[str]] = None,
                        name: Optional[pulumi.Input[str]] = None,
                        nr_providers: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamLdapPolicyNrProviderArgs]]]] = None,
                        object_type: Optional[pulumi.Input[str]] = None,
                        organization: Optional[pulumi.Input[GetIamLdapPolicyOrganizationArgs]] = None,
                        owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                        parent: Optional[pulumi.Input[GetIamLdapPolicyParentArgs]] = None,
                        permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamLdapPolicyPermissionResourceArgs]]]] = None,
                        profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamLdapPolicyProfileArgs]]]] = None,
                        shared_scope: Optional[pulumi.Input[str]] = None,
                        tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetIamLdapPolicyTagArgs]]]] = None,
                        user_search_precedence: Optional[pulumi.Input[str]] = None,
                        version_context: Optional[pulumi.Input[GetIamLdapPolicyVersionContextArgs]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetIamLdapPolicyResult]func LookupIamLdapPolicy(ctx *Context, args *LookupIamLdapPolicyArgs, opts ...InvokeOption) (*LookupIamLdapPolicyResult, error)
func LookupIamLdapPolicyOutput(ctx *Context, args *LookupIamLdapPolicyOutputArgs, opts ...InvokeOption) LookupIamLdapPolicyResultOutput> Note: This function is named LookupIamLdapPolicy in the Go SDK.
public static class GetIamLdapPolicy 
{
    public static Task<GetIamLdapPolicyResult> InvokeAsync(GetIamLdapPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetIamLdapPolicyResult> Invoke(GetIamLdapPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIamLdapPolicyResult> getIamLdapPolicy(GetIamLdapPolicyArgs args, InvokeOptions options)
public static Output<GetIamLdapPolicyResult> getIamLdapPolicy(GetIamLdapPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getIamLdapPolicy:getIamLdapPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetIam Ldap Policy Ancestor> 
- ApplianceAccount GetIam Ldap Policy Appliance Account 
- BaseProperties GetIam Ldap Policy Base Properties 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DnsParameters GetIam Ldap Policy Dns Parameters 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableDns bool
- Enables DNS to access LDAP servers.
- Enabled bool
- LDAP server performs authentication.
- Groups
List<GetIam Ldap Policy Group> 
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- NrProviders List<GetIam Ldap Policy Nr Provider> 
- ObjectType string
- Organization
GetIam Ldap Policy Organization 
- Owners List<string>
- Parent
GetIam Ldap Policy Parent 
- PermissionResources List<GetIam Ldap Policy Permission Resource> 
- Profiles
List<GetIam Ldap Policy Profile> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetIam Ldap Policy Tag> 
- UserSearch stringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- VersionContext GetIam Ldap Policy Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetIam Ldap Policy Ancestor 
- ApplianceAccount GetIam Ldap Policy Appliance Account 
- BaseProperties GetIam Ldap Policy Base Properties 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DnsParameters GetIam Ldap Policy Dns Parameters 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableDns bool
- Enables DNS to access LDAP servers.
- Enabled bool
- LDAP server performs authentication.
- Groups
[]GetIam Ldap Policy Group 
- Id string
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- NrProviders []GetIam Ldap Policy Nr Provider 
- ObjectType string
- Organization
GetIam Ldap Policy Organization 
- Owners []string
- Parent
GetIam Ldap Policy Parent 
- PermissionResources []GetIam Ldap Policy Permission Resource 
- Profiles
[]GetIam Ldap Policy Profile 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetIam Ldap Policy Tag 
- UserSearch stringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- VersionContext GetIam Ldap Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetIam Ldap Policy Ancestor> 
- applianceAccount GetIam Ldap Policy Appliance Account 
- baseProperties GetIam Ldap Policy Base Properties 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- dnsParameters GetIam Ldap Policy Dns Parameters 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableDns Boolean
- Enables DNS to access LDAP servers.
- enabled Boolean
- LDAP server performs authentication.
- groups
List<GetIam Ldap Policy Group> 
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- nrProviders List<GetIam Ldap Policy Nr Provider> 
- objectType String
- organization
GetIam Ldap Policy Organization 
- owners List<String>
- parent
GetIam Ldap Policy Parent 
- permissionResources List<GetIam Ldap Policy Permission Resource> 
- profiles
List<GetIam Ldap Policy Profile> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetIam Ldap Policy Tag> 
- userSearch StringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- versionContext GetIam Ldap Policy Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetIam Ldap Policy Ancestor[] 
- applianceAccount GetIam Ldap Policy Appliance Account 
- baseProperties GetIam Ldap Policy Base Properties 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- dnsParameters GetIam Ldap Policy Dns Parameters 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enableDns boolean
- Enables DNS to access LDAP servers.
- enabled boolean
- LDAP server performs authentication.
- groups
GetIam Ldap Policy Group[] 
- id string
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- nrProviders GetIam Ldap Policy Nr Provider[] 
- objectType string
- organization
GetIam Ldap Policy Organization 
- owners string[]
- parent
GetIam Ldap Policy Parent 
- permissionResources GetIam Ldap Policy Permission Resource[] 
- profiles
GetIam Ldap Policy Profile[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetIam Ldap Policy Tag[] 
- userSearch stringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- versionContext GetIam Ldap Policy Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetIam Ldap Policy Ancestor] 
- appliance_account GetIam Ldap Policy Appliance Account 
- base_properties GetIam Ldap Policy Base Properties 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- dns_parameters GetIam Ldap Policy Dns Parameters 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- enable_dns bool
- Enables DNS to access LDAP servers.
- enabled bool
- LDAP server performs authentication.
- groups
Sequence[GetIam Ldap Policy Group] 
- id str
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- nr_providers Sequence[GetIam Ldap Policy Nr Provider] 
- object_type str
- organization
GetIam Ldap Policy Organization 
- owners Sequence[str]
- parent
GetIam Ldap Policy Parent 
- permission_resources Sequence[GetIam Ldap Policy Permission Resource] 
- profiles
Sequence[GetIam Ldap Policy Profile] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetIam Ldap Policy Tag] 
- user_search_ strprecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- version_context GetIam Ldap Policy Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- applianceAccount Property Map
- baseProperties Property Map
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- dnsParameters Property Map
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableDns Boolean
- Enables DNS to access LDAP servers.
- enabled Boolean
- LDAP server performs authentication.
- groups List<Property Map>
- id String
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- nrProviders List<Property Map>
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- profiles List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- userSearch StringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- versionContext Property Map
getIamLdapPolicy Result
The following output properties are available:
- Id string
- Results
List<GetIam Ldap Policy Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetIam Ldap Policy Ancestor> 
- ApplianceAccount GetIam Ldap Policy Appliance Account 
- BaseProperties GetIam Ldap Policy Base Properties 
- ClassId string
- CreateTime string
- Description string
- DnsParameters GetIam Ldap Policy Dns Parameters 
- DomainGroup stringMoid 
- EnableDns bool
- Enabled bool
- Groups
List<GetIam Ldap Policy Group> 
- ModTime string
- Moid string
- Name string
- NrProviders List<GetIam Ldap Policy Nr Provider> 
- ObjectType string
- Organization
GetIam Ldap Policy Organization 
- Owners List<string>
- Parent
GetIam Ldap Policy Parent 
- PermissionResources List<GetIam Ldap Policy Permission Resource> 
- Profiles
List<GetIam Ldap Policy Profile> 
- string
- 
List<GetIam Ldap Policy Tag> 
- UserSearch stringPrecedence 
- VersionContext GetIam Ldap Policy Version Context 
- Id string
- Results
[]GetIam Ldap Policy Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetIam Ldap Policy Ancestor 
- ApplianceAccount GetIam Ldap Policy Appliance Account 
- BaseProperties GetIam Ldap Policy Base Properties 
- ClassId string
- CreateTime string
- Description string
- DnsParameters GetIam Ldap Policy Dns Parameters 
- DomainGroup stringMoid 
- EnableDns bool
- Enabled bool
- Groups
[]GetIam Ldap Policy Group 
- ModTime string
- Moid string
- Name string
- NrProviders []GetIam Ldap Policy Nr Provider 
- ObjectType string
- Organization
GetIam Ldap Policy Organization 
- Owners []string
- Parent
GetIam Ldap Policy Parent 
- PermissionResources []GetIam Ldap Policy Permission Resource 
- Profiles
[]GetIam Ldap Policy Profile 
- string
- 
[]GetIam Ldap Policy Tag 
- UserSearch stringPrecedence 
- VersionContext GetIam Ldap Policy Version Context 
- id String
- results
List<GetIam Ldap Policy Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetIam Ldap Policy Ancestor> 
- applianceAccount GetIam Ldap Policy Appliance Account 
- baseProperties GetIam Ldap Policy Base Properties 
- classId String
- createTime String
- description String
- dnsParameters GetIam Ldap Policy Dns Parameters 
- domainGroup StringMoid 
- enableDns Boolean
- enabled Boolean
- groups
List<GetIam Ldap Policy Group> 
- modTime String
- moid String
- name String
- nrProviders List<GetIam Ldap Policy Nr Provider> 
- objectType String
- organization
GetIam Ldap Policy Organization 
- owners List<String>
- parent
GetIam Ldap Policy Parent 
- permissionResources List<GetIam Ldap Policy Permission Resource> 
- profiles
List<GetIam Ldap Policy Profile> 
- String
- 
List<GetIam Ldap Policy Tag> 
- userSearch StringPrecedence 
- versionContext GetIam Ldap Policy Version Context 
- id string
- results
GetIam Ldap Policy Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetIam Ldap Policy Ancestor[] 
- applianceAccount GetIam Ldap Policy Appliance Account 
- baseProperties GetIam Ldap Policy Base Properties 
- classId string
- createTime string
- description string
- dnsParameters GetIam Ldap Policy Dns Parameters 
- domainGroup stringMoid 
- enableDns boolean
- enabled boolean
- groups
GetIam Ldap Policy Group[] 
- modTime string
- moid string
- name string
- nrProviders GetIam Ldap Policy Nr Provider[] 
- objectType string
- organization
GetIam Ldap Policy Organization 
- owners string[]
- parent
GetIam Ldap Policy Parent 
- permissionResources GetIam Ldap Policy Permission Resource[] 
- profiles
GetIam Ldap Policy Profile[] 
- string
- 
GetIam Ldap Policy Tag[] 
- userSearch stringPrecedence 
- versionContext GetIam Ldap Policy Version Context 
- id str
- results
Sequence[GetIam Ldap Policy Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetIam Ldap Policy Ancestor] 
- appliance_account GetIam Ldap Policy Appliance Account 
- base_properties GetIam Ldap Policy Base Properties 
- class_id str
- create_time str
- description str
- dns_parameters GetIam Ldap Policy Dns Parameters 
- domain_group_ strmoid 
- enable_dns bool
- enabled bool
- groups
Sequence[GetIam Ldap Policy Group] 
- mod_time str
- moid str
- name str
- nr_providers Sequence[GetIam Ldap Policy Nr Provider] 
- object_type str
- organization
GetIam Ldap Policy Organization 
- owners Sequence[str]
- parent
GetIam Ldap Policy Parent 
- permission_resources Sequence[GetIam Ldap Policy Permission Resource] 
- profiles
Sequence[GetIam Ldap Policy Profile] 
- str
- 
Sequence[GetIam Ldap Policy Tag] 
- user_search_ strprecedence 
- version_context GetIam Ldap Policy Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- applianceAccount Property Map
- baseProperties Property Map
- classId String
- createTime String
- description String
- dnsParameters Property Map
- domainGroup StringMoid 
- enableDns Boolean
- enabled Boolean
- groups List<Property Map>
- modTime String
- moid String
- name String
- nrProviders List<Property Map>
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- profiles List<Property Map>
- String
- List<Property Map>
- userSearch StringPrecedence 
- versionContext Property Map
Supporting Types
GetIamLdapPolicyAncestor    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLdapPolicyApplianceAccount     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLdapPolicyBaseProperties     
- AdditionalProperties string
- Attribute string
- Role and locale information of the user.
- BaseDn string
- Base Distinguished Name (DN). Starting point from where server will search for users and groups.
- BindDn string
- Distinguished Name (DN) of the user, that is used to authenticate against LDAP servers.
- BindMethod string
- Authentication method to access LDAP servers.- LoginCredentials- Requires the user credentials. If the bind process fails, then user is denied access.
- Anonymous- Requires no username and password. If this option is selected and the LDAP server is configured for Anonymous logins, then the user gains access.
- ConfiguredCredentials- Requires a known set of credentials to be specified for the initial bind process. If the initial bind process succeeds, then the distinguished name (DN) of the user name is queried and re-used for the re-binding process. If the re-binding process fails, then the user is denied access.
 
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Domain string
- The IPv4 domain that all users must be in.
- EnableEncryption bool
- If enabled, the endpoint encrypts all information it sends to the LDAP server.
- bool
- If enabled, user authorization is also done at the group level for LDAP users not in the local user database.
- EnableNested boolGroup Search 
- If enabled, an extended search walks the chain of ancestry all the way to the root and returns all the groups and subgroups, each of those groups belong to recursively.
- Filter string
- Criteria to identify entries in search requests.
- GroupAttribute string
- Groups to which an LDAP entry belongs.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- NestedGroup doubleSearch Depth 
- Search depth to look for a nested LDAP group in an LDAP group map.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- The password of the user for initial bind process. It can be any string that adheres to the following constraints. It can have character except spaces, tabs, line breaks. It cannot be more than 254 characters.
- Timeout double
- LDAP authentication timeout duration, in seconds.
- AdditionalProperties string
- Attribute string
- Role and locale information of the user.
- BaseDn string
- Base Distinguished Name (DN). Starting point from where server will search for users and groups.
- BindDn string
- Distinguished Name (DN) of the user, that is used to authenticate against LDAP servers.
- BindMethod string
- Authentication method to access LDAP servers.- LoginCredentials- Requires the user credentials. If the bind process fails, then user is denied access.
- Anonymous- Requires no username and password. If this option is selected and the LDAP server is configured for Anonymous logins, then the user gains access.
- ConfiguredCredentials- Requires a known set of credentials to be specified for the initial bind process. If the initial bind process succeeds, then the distinguished name (DN) of the user name is queried and re-used for the re-binding process. If the re-binding process fails, then the user is denied access.
 
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Domain string
- The IPv4 domain that all users must be in.
- EnableEncryption bool
- If enabled, the endpoint encrypts all information it sends to the LDAP server.
- bool
- If enabled, user authorization is also done at the group level for LDAP users not in the local user database.
- EnableNested boolGroup Search 
- If enabled, an extended search walks the chain of ancestry all the way to the root and returns all the groups and subgroups, each of those groups belong to recursively.
- Filter string
- Criteria to identify entries in search requests.
- GroupAttribute string
- Groups to which an LDAP entry belongs.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- NestedGroup float64Search Depth 
- Search depth to look for a nested LDAP group in an LDAP group map.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Password string
- The password of the user for initial bind process. It can be any string that adheres to the following constraints. It can have character except spaces, tabs, line breaks. It cannot be more than 254 characters.
- Timeout float64
- LDAP authentication timeout duration, in seconds.
- additionalProperties String
- attribute String
- Role and locale information of the user.
- baseDn String
- Base Distinguished Name (DN). Starting point from where server will search for users and groups.
- bindDn String
- Distinguished Name (DN) of the user, that is used to authenticate against LDAP servers.
- bindMethod String
- Authentication method to access LDAP servers.- LoginCredentials- Requires the user credentials. If the bind process fails, then user is denied access.
- Anonymous- Requires no username and password. If this option is selected and the LDAP server is configured for Anonymous logins, then the user gains access.
- ConfiguredCredentials- Requires a known set of credentials to be specified for the initial bind process. If the initial bind process succeeds, then the distinguished name (DN) of the user name is queried and re-used for the re-binding process. If the re-binding process fails, then the user is denied access.
 
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- domain String
- The IPv4 domain that all users must be in.
- enableEncryption Boolean
- If enabled, the endpoint encrypts all information it sends to the LDAP server.
- Boolean
- If enabled, user authorization is also done at the group level for LDAP users not in the local user database.
- enableNested BooleanGroup Search 
- If enabled, an extended search walks the chain of ancestry all the way to the root and returns all the groups and subgroups, each of those groups belong to recursively.
- filter String
- Criteria to identify entries in search requests.
- groupAttribute String
- Groups to which an LDAP entry belongs.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- nestedGroup DoubleSearch Depth 
- Search depth to look for a nested LDAP group in an LDAP group map.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- The password of the user for initial bind process. It can be any string that adheres to the following constraints. It can have character except spaces, tabs, line breaks. It cannot be more than 254 characters.
- timeout Double
- LDAP authentication timeout duration, in seconds.
- additionalProperties string
- attribute string
- Role and locale information of the user.
- baseDn string
- Base Distinguished Name (DN). Starting point from where server will search for users and groups.
- bindDn string
- Distinguished Name (DN) of the user, that is used to authenticate against LDAP servers.
- bindMethod string
- Authentication method to access LDAP servers.- LoginCredentials- Requires the user credentials. If the bind process fails, then user is denied access.
- Anonymous- Requires no username and password. If this option is selected and the LDAP server is configured for Anonymous logins, then the user gains access.
- ConfiguredCredentials- Requires a known set of credentials to be specified for the initial bind process. If the initial bind process succeeds, then the distinguished name (DN) of the user name is queried and re-used for the re-binding process. If the re-binding process fails, then the user is denied access.
 
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- domain string
- The IPv4 domain that all users must be in.
- enableEncryption boolean
- If enabled, the endpoint encrypts all information it sends to the LDAP server.
- boolean
- If enabled, user authorization is also done at the group level for LDAP users not in the local user database.
- enableNested booleanGroup Search 
- If enabled, an extended search walks the chain of ancestry all the way to the root and returns all the groups and subgroups, each of those groups belong to recursively.
- filter string
- Criteria to identify entries in search requests.
- groupAttribute string
- Groups to which an LDAP entry belongs.
- isPassword booleanSet 
- Indicates whether the value of the 'password' property has been set.
- nestedGroup numberSearch Depth 
- Search depth to look for a nested LDAP group in an LDAP group map.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password string
- The password of the user for initial bind process. It can be any string that adheres to the following constraints. It can have character except spaces, tabs, line breaks. It cannot be more than 254 characters.
- timeout number
- LDAP authentication timeout duration, in seconds.
- additional_properties str
- attribute str
- Role and locale information of the user.
- base_dn str
- Base Distinguished Name (DN). Starting point from where server will search for users and groups.
- bind_dn str
- Distinguished Name (DN) of the user, that is used to authenticate against LDAP servers.
- bind_method str
- Authentication method to access LDAP servers.- LoginCredentials- Requires the user credentials. If the bind process fails, then user is denied access.
- Anonymous- Requires no username and password. If this option is selected and the LDAP server is configured for Anonymous logins, then the user gains access.
- ConfiguredCredentials- Requires a known set of credentials to be specified for the initial bind process. If the initial bind process succeeds, then the distinguished name (DN) of the user name is queried and re-used for the re-binding process. If the re-binding process fails, then the user is denied access.
 
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- domain str
- The IPv4 domain that all users must be in.
- enable_encryption bool
- If enabled, the endpoint encrypts all information it sends to the LDAP server.
- bool
- If enabled, user authorization is also done at the group level for LDAP users not in the local user database.
- enable_nested_ boolgroup_ search 
- If enabled, an extended search walks the chain of ancestry all the way to the root and returns all the groups and subgroups, each of those groups belong to recursively.
- filter str
- Criteria to identify entries in search requests.
- group_attribute str
- Groups to which an LDAP entry belongs.
- is_password_ boolset 
- Indicates whether the value of the 'password' property has been set.
- nested_group_ floatsearch_ depth 
- Search depth to look for a nested LDAP group in an LDAP group map.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password str
- The password of the user for initial bind process. It can be any string that adheres to the following constraints. It can have character except spaces, tabs, line breaks. It cannot be more than 254 characters.
- timeout float
- LDAP authentication timeout duration, in seconds.
- additionalProperties String
- attribute String
- Role and locale information of the user.
- baseDn String
- Base Distinguished Name (DN). Starting point from where server will search for users and groups.
- bindDn String
- Distinguished Name (DN) of the user, that is used to authenticate against LDAP servers.
- bindMethod String
- Authentication method to access LDAP servers.- LoginCredentials- Requires the user credentials. If the bind process fails, then user is denied access.
- Anonymous- Requires no username and password. If this option is selected and the LDAP server is configured for Anonymous logins, then the user gains access.
- ConfiguredCredentials- Requires a known set of credentials to be specified for the initial bind process. If the initial bind process succeeds, then the distinguished name (DN) of the user name is queried and re-used for the re-binding process. If the re-binding process fails, then the user is denied access.
 
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- domain String
- The IPv4 domain that all users must be in.
- enableEncryption Boolean
- If enabled, the endpoint encrypts all information it sends to the LDAP server.
- Boolean
- If enabled, user authorization is also done at the group level for LDAP users not in the local user database.
- enableNested BooleanGroup Search 
- If enabled, an extended search walks the chain of ancestry all the way to the root and returns all the groups and subgroups, each of those groups belong to recursively.
- filter String
- Criteria to identify entries in search requests.
- groupAttribute String
- Groups to which an LDAP entry belongs.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- nestedGroup NumberSearch Depth 
- Search depth to look for a nested LDAP group in an LDAP group map.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- password String
- The password of the user for initial bind process. It can be any string that adheres to the following constraints. It can have character except spaces, tabs, line breaks. It cannot be more than 254 characters.
- timeout Number
- LDAP authentication timeout duration, in seconds.
GetIamLdapPolicyDnsParameters     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- NrSource string
- Source of the domain name used for the DNS SRV request.- Extracted- The domain name extracted-domain from the login ID.
- Configured- The configured-search domain.
- ConfiguredExtracted- The domain name extracted from the login ID than the configured-search domain.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SearchDomain string
- Domain name that acts as a source for a DNS query.
- SearchForest string
- Forest name that acts as a source for a DNS query.
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- NrSource string
- Source of the domain name used for the DNS SRV request.- Extracted- The domain name extracted-domain from the login ID.
- Configured- The configured-search domain.
- ConfiguredExtracted- The domain name extracted from the login ID than the configured-search domain.
 
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- SearchDomain string
- Domain name that acts as a source for a DNS query.
- SearchForest string
- Forest name that acts as a source for a DNS query.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nrSource String
- Source of the domain name used for the DNS SRV request.- Extracted- The domain name extracted-domain from the login ID.
- Configured- The configured-search domain.
- ConfiguredExtracted- The domain name extracted from the login ID than the configured-search domain.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- searchDomain String
- Domain name that acts as a source for a DNS query.
- searchForest String
- Forest name that acts as a source for a DNS query.
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nrSource string
- Source of the domain name used for the DNS SRV request.- Extracted- The domain name extracted-domain from the login ID.
- Configured- The configured-search domain.
- ConfiguredExtracted- The domain name extracted from the login ID than the configured-search domain.
 
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- searchDomain string
- Domain name that acts as a source for a DNS query.
- searchForest string
- Forest name that acts as a source for a DNS query.
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nr_source str
- Source of the domain name used for the DNS SRV request.- Extracted- The domain name extracted-domain from the login ID.
- Configured- The configured-search domain.
- ConfiguredExtracted- The domain name extracted from the login ID than the configured-search domain.
 
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- search_domain str
- Domain name that acts as a source for a DNS query.
- search_forest str
- Forest name that acts as a source for a DNS query.
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- nrSource String
- Source of the domain name used for the DNS SRV request.- Extracted- The domain name extracted-domain from the login ID.
- Configured- The configured-search domain.
- ConfiguredExtracted- The domain name extracted from the login ID than the configured-search domain.
 
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- searchDomain String
- Domain name that acts as a source for a DNS query.
- searchForest String
- Forest name that acts as a source for a DNS query.
GetIamLdapPolicyGroup    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLdapPolicyNrProvider     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLdapPolicyOrganization    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLdapPolicyParent    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLdapPolicyPermissionResource     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLdapPolicyProfile    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLdapPolicyResult    
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetIam Ldap Policy Result Ancestor> 
- ApplianceAccounts List<GetIam Ldap Policy Result Appliance Account> 
- BaseProperties List<GetIam Ldap Policy Result Base Property> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DnsParameters List<GetIam Ldap Policy Result Dns Parameter> 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableDns bool
- Enables DNS to access LDAP servers.
- Enabled bool
- LDAP server performs authentication.
- Groups
List<GetIam Ldap Policy Result Group> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- NrProviders List<GetIam Ldap Policy Result Nr Provider> 
- ObjectType string
- Organizations
List<GetIam Ldap Policy Result Organization> 
- Owners List<string>
- Parents
List<GetIam Ldap Policy Result Parent> 
- PermissionResources List<GetIam Ldap Policy Result Permission Resource> 
- Profiles
List<GetIam Ldap Policy Result Profile> 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetIam Ldap Policy Result Tag> 
- UserSearch stringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- VersionContexts List<GetIam Ldap Policy Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetIam Ldap Policy Result Ancestor 
- ApplianceAccounts []GetIam Ldap Policy Result Appliance Account 
- BaseProperties []GetIam Ldap Policy Result Base Property 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DnsParameters []GetIam Ldap Policy Result Dns Parameter 
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableDns bool
- Enables DNS to access LDAP servers.
- Enabled bool
- LDAP server performs authentication.
- Groups
[]GetIam Ldap Policy Result Group 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- NrProviders []GetIam Ldap Policy Result Nr Provider 
- ObjectType string
- Organizations
[]GetIam Ldap Policy Result Organization 
- Owners []string
- Parents
[]GetIam Ldap Policy Result Parent 
- PermissionResources []GetIam Ldap Policy Result Permission Resource 
- Profiles
[]GetIam Ldap Policy Result Profile 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
[]GetIam Ldap Policy Result Tag 
- UserSearch stringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- VersionContexts []GetIam Ldap Policy Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetIam Ldap Policy Result Ancestor> 
- applianceAccounts List<GetIam Ldap Policy Result Appliance Account> 
- baseProperties List<GetIam Ldap Policy Result Base Property> 
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- dnsParameters List<GetIam Ldap Policy Result Dns Parameter> 
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableDns Boolean
- Enables DNS to access LDAP servers.
- enabled Boolean
- LDAP server performs authentication.
- groups
List<GetIam Ldap Policy Result Group> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- nrProviders List<GetIam Ldap Policy Result Nr Provider> 
- objectType String
- organizations
List<GetIam Ldap Policy Result Organization> 
- owners List<String>
- parents
List<GetIam Ldap Policy Result Parent> 
- permissionResources List<GetIam Ldap Policy Result Permission Resource> 
- profiles
List<GetIam Ldap Policy Result Profile> 
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetIam Ldap Policy Result Tag> 
- userSearch StringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- versionContexts List<GetIam Ldap Policy Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetIam Ldap Policy Result Ancestor[] 
- applianceAccounts GetIam Ldap Policy Result Appliance Account[] 
- baseProperties GetIam Ldap Policy Result Base Property[] 
- classId string
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- dnsParameters GetIam Ldap Policy Result Dns Parameter[] 
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enableDns boolean
- Enables DNS to access LDAP servers.
- enabled boolean
- LDAP server performs authentication.
- groups
GetIam Ldap Policy Result Group[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- nrProviders GetIam Ldap Policy Result Nr Provider[] 
- objectType string
- organizations
GetIam Ldap Policy Result Organization[] 
- owners string[]
- parents
GetIam Ldap Policy Result Parent[] 
- permissionResources GetIam Ldap Policy Result Permission Resource[] 
- profiles
GetIam Ldap Policy Result Profile[] 
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
GetIam Ldap Policy Result Tag[] 
- userSearch stringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- versionContexts GetIam Ldap Policy Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetIam Ldap Policy Result Ancestor] 
- appliance_accounts Sequence[GetIam Ldap Policy Result Appliance Account] 
- base_properties Sequence[GetIam Ldap Policy Result Base Property] 
- class_id str
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- dns_parameters Sequence[GetIam Ldap Policy Result Dns Parameter] 
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- enable_dns bool
- Enables DNS to access LDAP servers.
- enabled bool
- LDAP server performs authentication.
- groups
Sequence[GetIam Ldap Policy Result Group] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- nr_providers Sequence[GetIam Ldap Policy Result Nr Provider] 
- object_type str
- organizations
Sequence[GetIam Ldap Policy Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetIam Ldap Policy Result Parent] 
- permission_resources Sequence[GetIam Ldap Policy Result Permission Resource] 
- profiles
Sequence[GetIam Ldap Policy Result Profile] 
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetIam Ldap Policy Result Tag] 
- user_search_ strprecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- version_contexts Sequence[GetIam Ldap Policy Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- applianceAccounts List<Property Map>
- baseProperties List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- dnsParameters List<Property Map>
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableDns Boolean
- Enables DNS to access LDAP servers.
- enabled Boolean
- LDAP server performs authentication.
- groups List<Property Map>
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- nrProviders List<Property Map>
- objectType String
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- profiles List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- userSearch StringPrecedence 
- Search precedence between local user database and LDAP user database.* LocalUserDb- Precedence is given to local user database while searching.*LDAPUserDb- Precedence is given to LADP user database while searching.
- versionContexts List<Property Map>
GetIamLdapPolicyResultAncestor     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyResultApplianceAccount      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyResultBaseProperty      
- AdditionalProperties string
- Attribute string
- BaseDn string
- BindDn string
- BindMethod string
- ClassId string
- Domain string
- EnableEncryption bool
- bool
- EnableNested boolGroup Search 
- Filter string
- GroupAttribute string
- IsPassword boolSet 
- NestedGroup doubleSearch Depth 
- ObjectType string
- Password string
- Timeout double
- AdditionalProperties string
- Attribute string
- BaseDn string
- BindDn string
- BindMethod string
- ClassId string
- Domain string
- EnableEncryption bool
- bool
- EnableNested boolGroup Search 
- Filter string
- GroupAttribute string
- IsPassword boolSet 
- NestedGroup float64Search Depth 
- ObjectType string
- Password string
- Timeout float64
- additionalProperties String
- attribute String
- baseDn String
- bindDn String
- bindMethod String
- classId String
- domain String
- enableEncryption Boolean
- Boolean
- enableNested BooleanGroup Search 
- filter String
- groupAttribute String
- isPassword BooleanSet 
- nestedGroup DoubleSearch Depth 
- objectType String
- password String
- timeout Double
- additionalProperties string
- attribute string
- baseDn string
- bindDn string
- bindMethod string
- classId string
- domain string
- enableEncryption boolean
- boolean
- enableNested booleanGroup Search 
- filter string
- groupAttribute string
- isPassword booleanSet 
- nestedGroup numberSearch Depth 
- objectType string
- password string
- timeout number
- additional_properties str
- attribute str
- base_dn str
- bind_dn str
- bind_method str
- class_id str
- domain str
- enable_encryption bool
- bool
- enable_nested_ boolgroup_ search 
- filter str
- group_attribute str
- is_password_ boolset 
- nested_group_ floatsearch_ depth 
- object_type str
- password str
- timeout float
- additionalProperties String
- attribute String
- baseDn String
- bindDn String
- bindMethod String
- classId String
- domain String
- enableEncryption Boolean
- Boolean
- enableNested BooleanGroup Search 
- filter String
- groupAttribute String
- isPassword BooleanSet 
- nestedGroup NumberSearch Depth 
- objectType String
- password String
- timeout Number
GetIamLdapPolicyResultDnsParameter      
- AdditionalProperties string
- ClassId string
- NrSource string
- ObjectType string
- SearchDomain string
- SearchForest string
- AdditionalProperties string
- ClassId string
- NrSource string
- ObjectType string
- SearchDomain string
- SearchForest string
- additionalProperties String
- classId String
- nrSource String
- objectType String
- searchDomain String
- searchForest String
- additionalProperties string
- classId string
- nrSource string
- objectType string
- searchDomain string
- searchForest string
- additional_properties str
- class_id str
- nr_source str
- object_type str
- search_domain str
- search_forest str
- additionalProperties String
- classId String
- nrSource String
- objectType String
- searchDomain String
- searchForest String
GetIamLdapPolicyResultGroup     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyResultNrProvider      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyResultOrganization     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyResultParent     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyResultPermissionResource      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyResultProfile     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyResultTag     
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetIamLdapPolicyResultVersionContext      
- AdditionalProperties string
- ClassId string
- InterestedMos []GetIam Ldap Policy Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetIam Ldap Policy Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetIam Ldap Policy Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetIam Ldap Policy Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetIam Ldap Policy Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetIam Ldap Policy Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetIamLdapPolicyResultVersionContextInterestedMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyResultVersionContextRefMo        
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetIamLdapPolicyTag    
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- AdditionalProperties string
- Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additionalProperties string
- key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_properties str
- key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additionalProperties String
- key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetIamLdapPolicyVersionContext     
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos List<GetIam Ldap Policy Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetIam Ldap Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetIam Ldap Policy Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetIam Ldap Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetIam Ldap Policy Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetIam Ldap Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetIam Ldap Policy Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetIam Ldap Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetIam Ldap Policy Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetIam Ldap Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetIamLdapPolicyVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIamLdapPolicyVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet