1. Packages
  2. Intersight Provider
  3. API Docs
  4. getCapabilityDomainPolicyRequirement
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getCapabilityDomainPolicyRequirement

Explore with Pulumi AI

Version Constraint requirement for a domian policy.

Using getCapabilityDomainPolicyRequirement

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 getCapabilityDomainPolicyRequirement(args: GetCapabilityDomainPolicyRequirementArgs, opts?: InvokeOptions): Promise<GetCapabilityDomainPolicyRequirementResult>
function getCapabilityDomainPolicyRequirementOutput(args: GetCapabilityDomainPolicyRequirementOutputArgs, opts?: InvokeOptions): Output<GetCapabilityDomainPolicyRequirementResult>
Copy
def get_capability_domain_policy_requirement(account_moid: Optional[str] = None,
                                             additional_properties: Optional[str] = None,
                                             ancestors: Optional[Sequence[GetCapabilityDomainPolicyRequirementAncestor]] = None,
                                             certificate_policy_constraints: Optional[GetCapabilityDomainPolicyRequirementCertificatePolicyConstraints] = None,
                                             class_id: Optional[str] = None,
                                             create_time: Optional[str] = None,
                                             domain_group_moid: Optional[str] = None,
                                             id: Optional[str] = None,
                                             ldap_constraints: Optional[GetCapabilityDomainPolicyRequirementLdapConstraints] = None,
                                             min_bundle_version: Optional[str] = None,
                                             min_version: Optional[str] = None,
                                             mod_time: Optional[str] = None,
                                             model: Optional[str] = None,
                                             moid: Optional[str] = None,
                                             name: Optional[str] = None,
                                             object_type: Optional[str] = None,
                                             owners: Optional[Sequence[str]] = None,
                                             parent: Optional[GetCapabilityDomainPolicyRequirementParent] = None,
                                             permission_resources: Optional[Sequence[GetCapabilityDomainPolicyRequirementPermissionResource]] = None,
                                             policy_name: Optional[str] = None,
                                             shared_scope: Optional[str] = None,
                                             tags: Optional[Sequence[GetCapabilityDomainPolicyRequirementTag]] = None,
                                             version_context: Optional[GetCapabilityDomainPolicyRequirementVersionContext] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetCapabilityDomainPolicyRequirementResult
def get_capability_domain_policy_requirement_output(account_moid: Optional[pulumi.Input[str]] = None,
                                             additional_properties: Optional[pulumi.Input[str]] = None,
                                             ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityDomainPolicyRequirementAncestorArgs]]]] = None,
                                             certificate_policy_constraints: Optional[pulumi.Input[GetCapabilityDomainPolicyRequirementCertificatePolicyConstraintsArgs]] = None,
                                             class_id: Optional[pulumi.Input[str]] = None,
                                             create_time: Optional[pulumi.Input[str]] = None,
                                             domain_group_moid: Optional[pulumi.Input[str]] = None,
                                             id: Optional[pulumi.Input[str]] = None,
                                             ldap_constraints: Optional[pulumi.Input[GetCapabilityDomainPolicyRequirementLdapConstraintsArgs]] = None,
                                             min_bundle_version: Optional[pulumi.Input[str]] = None,
                                             min_version: Optional[pulumi.Input[str]] = None,
                                             mod_time: Optional[pulumi.Input[str]] = None,
                                             model: Optional[pulumi.Input[str]] = None,
                                             moid: Optional[pulumi.Input[str]] = None,
                                             name: Optional[pulumi.Input[str]] = None,
                                             object_type: Optional[pulumi.Input[str]] = None,
                                             owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                             parent: Optional[pulumi.Input[GetCapabilityDomainPolicyRequirementParentArgs]] = None,
                                             permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityDomainPolicyRequirementPermissionResourceArgs]]]] = None,
                                             policy_name: Optional[pulumi.Input[str]] = None,
                                             shared_scope: Optional[pulumi.Input[str]] = None,
                                             tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetCapabilityDomainPolicyRequirementTagArgs]]]] = None,
                                             version_context: Optional[pulumi.Input[GetCapabilityDomainPolicyRequirementVersionContextArgs]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetCapabilityDomainPolicyRequirementResult]
Copy
func LookupCapabilityDomainPolicyRequirement(ctx *Context, args *LookupCapabilityDomainPolicyRequirementArgs, opts ...InvokeOption) (*LookupCapabilityDomainPolicyRequirementResult, error)
func LookupCapabilityDomainPolicyRequirementOutput(ctx *Context, args *LookupCapabilityDomainPolicyRequirementOutputArgs, opts ...InvokeOption) LookupCapabilityDomainPolicyRequirementResultOutput
Copy

> Note: This function is named LookupCapabilityDomainPolicyRequirement in the Go SDK.

public static class GetCapabilityDomainPolicyRequirement 
{
    public static Task<GetCapabilityDomainPolicyRequirementResult> InvokeAsync(GetCapabilityDomainPolicyRequirementArgs args, InvokeOptions? opts = null)
    public static Output<GetCapabilityDomainPolicyRequirementResult> Invoke(GetCapabilityDomainPolicyRequirementInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCapabilityDomainPolicyRequirementResult> getCapabilityDomainPolicyRequirement(GetCapabilityDomainPolicyRequirementArgs args, InvokeOptions options)
public static Output<GetCapabilityDomainPolicyRequirementResult> getCapabilityDomainPolicyRequirement(GetCapabilityDomainPolicyRequirementArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getCapabilityDomainPolicyRequirement:getCapabilityDomainPolicyRequirement
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetCapabilityDomainPolicyRequirementAncestor>
CertificatePolicyConstraints GetCapabilityDomainPolicyRequirementCertificatePolicyConstraints
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
LdapConstraints GetCapabilityDomainPolicyRequirementLdapConstraints
MinBundleVersion string
Minimum Bundle version from which it is supported.
MinVersion string
Minimum Version from which policy is supported.
ModTime string
The time when this managed object was last modified.
Model string
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
Moid string
The unique identifier of this Managed Object instance.
Name string
An unique identifer for a capability descriptor.
ObjectType string
Owners List<string>
Parent GetCapabilityDomainPolicyRequirementParent
PermissionResources List<GetCapabilityDomainPolicyRequirementPermissionResource>
PolicyName string
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
SharedScope 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.
Tags List<GetCapabilityDomainPolicyRequirementTag>
VersionContext GetCapabilityDomainPolicyRequirementVersionContext
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetCapabilityDomainPolicyRequirementAncestor
CertificatePolicyConstraints GetCapabilityDomainPolicyRequirementCertificatePolicyConstraints
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
LdapConstraints GetCapabilityDomainPolicyRequirementLdapConstraints
MinBundleVersion string
Minimum Bundle version from which it is supported.
MinVersion string
Minimum Version from which policy is supported.
ModTime string
The time when this managed object was last modified.
Model string
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
Moid string
The unique identifier of this Managed Object instance.
Name string
An unique identifer for a capability descriptor.
ObjectType string
Owners []string
Parent GetCapabilityDomainPolicyRequirementParent
PermissionResources []GetCapabilityDomainPolicyRequirementPermissionResource
PolicyName string
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
SharedScope 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.
Tags []GetCapabilityDomainPolicyRequirementTag
VersionContext GetCapabilityDomainPolicyRequirementVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetCapabilityDomainPolicyRequirementAncestor>
certificatePolicyConstraints GetCapabilityDomainPolicyRequirementCertificatePolicyConstraints
classId String
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
ldapConstraints GetCapabilityDomainPolicyRequirementLdapConstraints
minBundleVersion String
Minimum Bundle version from which it is supported.
minVersion String
Minimum Version from which policy is supported.
modTime String
The time when this managed object was last modified.
model String
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
moid String
The unique identifier of this Managed Object instance.
name String
An unique identifer for a capability descriptor.
objectType String
owners List<String>
parent GetCapabilityDomainPolicyRequirementParent
permissionResources List<GetCapabilityDomainPolicyRequirementPermissionResource>
policyName String
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
sharedScope 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.
tags List<GetCapabilityDomainPolicyRequirementTag>
versionContext GetCapabilityDomainPolicyRequirementVersionContext
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetCapabilityDomainPolicyRequirementAncestor[]
certificatePolicyConstraints GetCapabilityDomainPolicyRequirementCertificatePolicyConstraints
classId string
createTime string
The time when this managed object was created.
domainGroupMoid string
The DomainGroup ID for this managed object.
id string
ldapConstraints GetCapabilityDomainPolicyRequirementLdapConstraints
minBundleVersion string
Minimum Bundle version from which it is supported.
minVersion string
Minimum Version from which policy is supported.
modTime string
The time when this managed object was last modified.
model string
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
moid string
The unique identifier of this Managed Object instance.
name string
An unique identifer for a capability descriptor.
objectType string
owners string[]
parent GetCapabilityDomainPolicyRequirementParent
permissionResources GetCapabilityDomainPolicyRequirementPermissionResource[]
policyName string
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
sharedScope 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.
tags GetCapabilityDomainPolicyRequirementTag[]
versionContext GetCapabilityDomainPolicyRequirementVersionContext
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetCapabilityDomainPolicyRequirementAncestor]
certificate_policy_constraints GetCapabilityDomainPolicyRequirementCertificatePolicyConstraints
class_id str
create_time str
The time when this managed object was created.
domain_group_moid str
The DomainGroup ID for this managed object.
id str
ldap_constraints GetCapabilityDomainPolicyRequirementLdapConstraints
min_bundle_version str
Minimum Bundle version from which it is supported.
min_version str
Minimum Version from which policy is supported.
mod_time str
The time when this managed object was last modified.
model str
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
moid str
The unique identifier of this Managed Object instance.
name str
An unique identifer for a capability descriptor.
object_type str
owners Sequence[str]
parent GetCapabilityDomainPolicyRequirementParent
permission_resources Sequence[GetCapabilityDomainPolicyRequirementPermissionResource]
policy_name str
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
shared_scope 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.
tags Sequence[GetCapabilityDomainPolicyRequirementTag]
version_context GetCapabilityDomainPolicyRequirementVersionContext
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
certificatePolicyConstraints Property Map
classId String
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
ldapConstraints Property Map
minBundleVersion String
Minimum Bundle version from which it is supported.
minVersion String
Minimum Version from which policy is supported.
modTime String
The time when this managed object was last modified.
model String
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
moid String
The unique identifier of this Managed Object instance.
name String
An unique identifer for a capability descriptor.
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
policyName String
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
sharedScope 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.
tags List<Property Map>
versionContext Property Map

getCapabilityDomainPolicyRequirement Result

The following output properties are available:

Supporting Types

GetCapabilityDomainPolicyRequirementAncestor

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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetCapabilityDomainPolicyRequirementCertificatePolicyConstraints

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.
NumOfRootCertificatesSupported double
Maximum number of root Certificates supported in FI.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
NumOfRootCertificatesSupported float64
Maximum number of root Certificates supported in FI.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
numOfRootCertificatesSupported Double
Maximum number of root Certificates supported in FI.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
numOfRootCertificatesSupported number
Maximum number of root Certificates supported in FI.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
num_of_root_certificates_supported float
Maximum number of root Certificates supported in FI.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
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.
numOfRootCertificatesSupported Number
Maximum number of root Certificates supported in FI.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

GetCapabilityDomainPolicyRequirementLdapConstraints

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.
MaxLdapGroupsSupported double
Maximum LDAP groups supported in FI.
MaxLdapProvidersSupported double
Maximum LDAP providers supported in FI.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RolesSupporteds List<string>
SupportedMaxLengthForDn double
Maximum length supported for distinguished name.
SupportedMaxLengthForFilter double
Maximum length supported for ldap search filter.
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.
MaxLdapGroupsSupported float64
Maximum LDAP groups supported in FI.
MaxLdapProvidersSupported float64
Maximum LDAP providers supported in FI.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RolesSupporteds []string
SupportedMaxLengthForDn float64
Maximum length supported for distinguished name.
SupportedMaxLengthForFilter float64
Maximum length supported for ldap search filter.
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.
maxLdapGroupsSupported Double
Maximum LDAP groups supported in FI.
maxLdapProvidersSupported Double
Maximum LDAP providers supported in FI.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
rolesSupporteds List<String>
supportedMaxLengthForDn Double
Maximum length supported for distinguished name.
supportedMaxLengthForFilter Double
Maximum length supported for ldap search filter.
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.
maxLdapGroupsSupported number
Maximum LDAP groups supported in FI.
maxLdapProvidersSupported number
Maximum LDAP providers supported in FI.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
rolesSupporteds string[]
supportedMaxLengthForDn number
Maximum length supported for distinguished name.
supportedMaxLengthForFilter number
Maximum length supported for ldap search filter.
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.
max_ldap_groups_supported float
Maximum LDAP groups supported in FI.
max_ldap_providers_supported float
Maximum LDAP providers supported in FI.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
roles_supporteds Sequence[str]
supported_max_length_for_dn float
Maximum length supported for distinguished name.
supported_max_length_for_filter float
Maximum length supported for ldap search filter.
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.
maxLdapGroupsSupported Number
Maximum LDAP groups supported in FI.
maxLdapProvidersSupported Number
Maximum LDAP providers supported in FI.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
rolesSupporteds List<String>
supportedMaxLengthForDn Number
Maximum length supported for distinguished name.
supportedMaxLengthForFilter Number
Maximum length supported for ldap search filter.

GetCapabilityDomainPolicyRequirementParent

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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetCapabilityDomainPolicyRequirementPermissionResource

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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetCapabilityDomainPolicyRequirementResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetCapabilityDomainPolicyRequirementResultAncestor>
CertificatePolicyConstraints This property is required. List<GetCapabilityDomainPolicyRequirementResultCertificatePolicyConstraint>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
LdapConstraints This property is required. List<GetCapabilityDomainPolicyRequirementResultLdapConstraint>
MinBundleVersion This property is required. string
Minimum Bundle version from which it is supported.
MinVersion This property is required. string
Minimum Version from which policy is supported.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
An unique identifer for a capability descriptor.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetCapabilityDomainPolicyRequirementResultParent>
PermissionResources This property is required. List<GetCapabilityDomainPolicyRequirementResultPermissionResource>
PolicyName This property is required. string
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
SharedScope This property is required. 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.
Tags This property is required. List<GetCapabilityDomainPolicyRequirementResultTag>
VersionContexts This property is required. List<GetCapabilityDomainPolicyRequirementResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetCapabilityDomainPolicyRequirementResultAncestor
CertificatePolicyConstraints This property is required. []GetCapabilityDomainPolicyRequirementResultCertificatePolicyConstraint
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
LdapConstraints This property is required. []GetCapabilityDomainPolicyRequirementResultLdapConstraint
MinBundleVersion This property is required. string
Minimum Bundle version from which it is supported.
MinVersion This property is required. string
Minimum Version from which policy is supported.
ModTime This property is required. string
The time when this managed object was last modified.
Model This property is required. string
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
An unique identifer for a capability descriptor.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetCapabilityDomainPolicyRequirementResultParent
PermissionResources This property is required. []GetCapabilityDomainPolicyRequirementResultPermissionResource
PolicyName This property is required. string
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
SharedScope This property is required. 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.
Tags This property is required. []GetCapabilityDomainPolicyRequirementResultTag
VersionContexts This property is required. []GetCapabilityDomainPolicyRequirementResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetCapabilityDomainPolicyRequirementResultAncestor>
certificatePolicyConstraints This property is required. List<GetCapabilityDomainPolicyRequirementResultCertificatePolicyConstraint>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
ldapConstraints This property is required. List<GetCapabilityDomainPolicyRequirementResultLdapConstraint>
minBundleVersion This property is required. String
Minimum Bundle version from which it is supported.
minVersion This property is required. String
Minimum Version from which policy is supported.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
An unique identifer for a capability descriptor.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetCapabilityDomainPolicyRequirementResultParent>
permissionResources This property is required. List<GetCapabilityDomainPolicyRequirementResultPermissionResource>
policyName This property is required. String
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
sharedScope This property is required. 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.
tags This property is required. List<GetCapabilityDomainPolicyRequirementResultTag>
versionContexts This property is required. List<GetCapabilityDomainPolicyRequirementResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetCapabilityDomainPolicyRequirementResultAncestor[]
certificatePolicyConstraints This property is required. GetCapabilityDomainPolicyRequirementResultCertificatePolicyConstraint[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ldapConstraints This property is required. GetCapabilityDomainPolicyRequirementResultLdapConstraint[]
minBundleVersion This property is required. string
Minimum Bundle version from which it is supported.
minVersion This property is required. string
Minimum Version from which policy is supported.
modTime This property is required. string
The time when this managed object was last modified.
model This property is required. string
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
An unique identifer for a capability descriptor.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetCapabilityDomainPolicyRequirementResultParent[]
permissionResources This property is required. GetCapabilityDomainPolicyRequirementResultPermissionResource[]
policyName This property is required. string
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
sharedScope This property is required. 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.
tags This property is required. GetCapabilityDomainPolicyRequirementResultTag[]
versionContexts This property is required. GetCapabilityDomainPolicyRequirementResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetCapabilityDomainPolicyRequirementResultAncestor]
certificate_policy_constraints This property is required. Sequence[GetCapabilityDomainPolicyRequirementResultCertificatePolicyConstraint]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
ldap_constraints This property is required. Sequence[GetCapabilityDomainPolicyRequirementResultLdapConstraint]
min_bundle_version This property is required. str
Minimum Bundle version from which it is supported.
min_version This property is required. str
Minimum Version from which policy is supported.
mod_time This property is required. str
The time when this managed object was last modified.
model This property is required. str
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
An unique identifer for a capability descriptor.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetCapabilityDomainPolicyRequirementResultParent]
permission_resources This property is required. Sequence[GetCapabilityDomainPolicyRequirementResultPermissionResource]
policy_name This property is required. str
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
shared_scope This property is required. 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.
tags This property is required. Sequence[GetCapabilityDomainPolicyRequirementResultTag]
version_contexts This property is required. Sequence[GetCapabilityDomainPolicyRequirementResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
certificatePolicyConstraints This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
ldapConstraints This property is required. List<Property Map>
minBundleVersion This property is required. String
Minimum Bundle version from which it is supported.
minVersion This property is required. String
Minimum Version from which policy is supported.
modTime This property is required. String
The time when this managed object was last modified.
model This property is required. String
Type of the platform for which version compatibility is specified. Example - 3GFI, 4GFI, etc.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
An unique identifer for a capability descriptor.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
policyName This property is required. String
Policy Name for which version compatibility is specified. Example - snmp.Policy, ldap.Policy.
sharedScope This property is required. 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.
tags This property is required. List<Property Map>
versionContexts This property is required. List<Property Map>

GetCapabilityDomainPolicyRequirementResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetCapabilityDomainPolicyRequirementResultCertificatePolicyConstraint

AdditionalProperties This property is required. string
ClassId This property is required. string
NumOfRootCertificatesSupported This property is required. double
ObjectType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
NumOfRootCertificatesSupported This property is required. float64
ObjectType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
numOfRootCertificatesSupported This property is required. Double
objectType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
numOfRootCertificatesSupported This property is required. number
objectType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
num_of_root_certificates_supported This property is required. float
object_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
numOfRootCertificatesSupported This property is required. Number
objectType This property is required. String

GetCapabilityDomainPolicyRequirementResultLdapConstraint

AdditionalProperties This property is required. string
ClassId This property is required. string
MaxLdapGroupsSupported This property is required. double
MaxLdapProvidersSupported This property is required. double
ObjectType This property is required. string
RolesSupporteds This property is required. List<string>
SupportedMaxLengthForDn This property is required. double
SupportedMaxLengthForFilter This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
MaxLdapGroupsSupported This property is required. float64
MaxLdapProvidersSupported This property is required. float64
ObjectType This property is required. string
RolesSupporteds This property is required. []string
SupportedMaxLengthForDn This property is required. float64
SupportedMaxLengthForFilter This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
maxLdapGroupsSupported This property is required. Double
maxLdapProvidersSupported This property is required. Double
objectType This property is required. String
rolesSupporteds This property is required. List<String>
supportedMaxLengthForDn This property is required. Double
supportedMaxLengthForFilter This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
maxLdapGroupsSupported This property is required. number
maxLdapProvidersSupported This property is required. number
objectType This property is required. string
rolesSupporteds This property is required. string[]
supportedMaxLengthForDn This property is required. number
supportedMaxLengthForFilter This property is required. number
additional_properties This property is required. str
class_id This property is required. str
max_ldap_groups_supported This property is required. float
max_ldap_providers_supported This property is required. float
object_type This property is required. str
roles_supporteds This property is required. Sequence[str]
supported_max_length_for_dn This property is required. float
supported_max_length_for_filter This property is required. float
additionalProperties This property is required. String
classId This property is required. String
maxLdapGroupsSupported This property is required. Number
maxLdapProvidersSupported This property is required. Number
objectType This property is required. String
rolesSupporteds This property is required. List<String>
supportedMaxLengthForDn This property is required. Number
supportedMaxLengthForFilter This property is required. Number

GetCapabilityDomainPolicyRequirementResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetCapabilityDomainPolicyRequirementResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetCapabilityDomainPolicyRequirementResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetCapabilityDomainPolicyRequirementResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetCapabilityDomainPolicyRequirementResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetCapabilityDomainPolicyRequirementResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetCapabilityDomainPolicyRequirementResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetCapabilityDomainPolicyRequirementResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetCapabilityDomainPolicyRequirementResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetCapabilityDomainPolicyRequirementResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetCapabilityDomainPolicyRequirementResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetCapabilityDomainPolicyRequirementResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetCapabilityDomainPolicyRequirementResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetCapabilityDomainPolicyRequirementResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetCapabilityDomainPolicyRequirementResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetCapabilityDomainPolicyRequirementResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetCapabilityDomainPolicyRequirementTag

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.

GetCapabilityDomainPolicyRequirementVersionContext

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<GetCapabilityDomainPolicyRequirementVersionContextInterestedMo>
MarkedForDeletion bool
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 GetCapabilityDomainPolicyRequirementVersionContextRefMo
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 []GetCapabilityDomainPolicyRequirementVersionContextInterestedMo
MarkedForDeletion bool
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 GetCapabilityDomainPolicyRequirementVersionContextRefMo
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<GetCapabilityDomainPolicyRequirementVersionContextInterestedMo>
markedForDeletion Boolean
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 GetCapabilityDomainPolicyRequirementVersionContextRefMo
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 GetCapabilityDomainPolicyRequirementVersionContextInterestedMo[]
markedForDeletion boolean
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 GetCapabilityDomainPolicyRequirementVersionContextRefMo
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[GetCapabilityDomainPolicyRequirementVersionContextInterestedMo]
marked_for_deletion bool
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 GetCapabilityDomainPolicyRequirementVersionContextRefMo
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>
markedForDeletion Boolean
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.

GetCapabilityDomainPolicyRequirementVersionContextInterestedMo

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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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'.

GetCapabilityDomainPolicyRequirementVersionContextRefMo

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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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.

  1. If 'moid' is set this field is ignored.
  2. 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 intersight Terraform Provider.