intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getSoftwarerepositoryAuthorization
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
User’s consent for Intersight to contact an external software repository such as cisco.com, on the behalf of the user.
Using getSoftwarerepositoryAuthorization
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 getSoftwarerepositoryAuthorization(args: GetSoftwarerepositoryAuthorizationArgs, opts?: InvokeOptions): Promise<GetSoftwarerepositoryAuthorizationResult>
function getSoftwarerepositoryAuthorizationOutput(args: GetSoftwarerepositoryAuthorizationOutputArgs, opts?: InvokeOptions): Output<GetSoftwarerepositoryAuthorizationResult>def get_softwarerepository_authorization(account: Optional[GetSoftwarerepositoryAuthorizationAccount] = None,
                                         account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetSoftwarerepositoryAuthorizationAncestor]] = None,
                                         class_id: Optional[str] = None,
                                         create_time: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         id: Optional[str] = None,
                                         is_asdv4_alarm_dismissed: Optional[bool] = None,
                                         is_password_set: Optional[bool] = None,
                                         mod_time: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         nr_version: Optional[str] = None,
                                         object_type: Optional[str] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetSoftwarerepositoryAuthorizationParent] = None,
                                         password: Optional[str] = None,
                                         permission_resources: Optional[Sequence[GetSoftwarerepositoryAuthorizationPermissionResource]] = None,
                                         repository_type: Optional[str] = None,
                                         shared_scope: Optional[str] = None,
                                         tags: Optional[Sequence[GetSoftwarerepositoryAuthorizationTag]] = None,
                                         user_id: Optional[str] = None,
                                         version_context: Optional[GetSoftwarerepositoryAuthorizationVersionContext] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetSoftwarerepositoryAuthorizationResult
def get_softwarerepository_authorization_output(account: Optional[pulumi.Input[GetSoftwarerepositoryAuthorizationAccountArgs]] = None,
                                         account_moid: Optional[pulumi.Input[str]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwarerepositoryAuthorizationAncestorArgs]]]] = 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,
                                         is_asdv4_alarm_dismissed: Optional[pulumi.Input[bool]] = None,
                                         is_password_set: Optional[pulumi.Input[bool]] = None,
                                         mod_time: Optional[pulumi.Input[str]] = None,
                                         moid: Optional[pulumi.Input[str]] = None,
                                         nr_version: 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[GetSoftwarerepositoryAuthorizationParentArgs]] = None,
                                         password: Optional[pulumi.Input[str]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwarerepositoryAuthorizationPermissionResourceArgs]]]] = None,
                                         repository_type: Optional[pulumi.Input[str]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetSoftwarerepositoryAuthorizationTagArgs]]]] = None,
                                         user_id: Optional[pulumi.Input[str]] = None,
                                         version_context: Optional[pulumi.Input[GetSoftwarerepositoryAuthorizationVersionContextArgs]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetSoftwarerepositoryAuthorizationResult]func LookupSoftwarerepositoryAuthorization(ctx *Context, args *LookupSoftwarerepositoryAuthorizationArgs, opts ...InvokeOption) (*LookupSoftwarerepositoryAuthorizationResult, error)
func LookupSoftwarerepositoryAuthorizationOutput(ctx *Context, args *LookupSoftwarerepositoryAuthorizationOutputArgs, opts ...InvokeOption) LookupSoftwarerepositoryAuthorizationResultOutput> Note: This function is named LookupSoftwarerepositoryAuthorization in the Go SDK.
public static class GetSoftwarerepositoryAuthorization 
{
    public static Task<GetSoftwarerepositoryAuthorizationResult> InvokeAsync(GetSoftwarerepositoryAuthorizationArgs args, InvokeOptions? opts = null)
    public static Output<GetSoftwarerepositoryAuthorizationResult> Invoke(GetSoftwarerepositoryAuthorizationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSoftwarerepositoryAuthorizationResult> getSoftwarerepositoryAuthorization(GetSoftwarerepositoryAuthorizationArgs args, InvokeOptions options)
public static Output<GetSoftwarerepositoryAuthorizationResult> getSoftwarerepositoryAuthorization(GetSoftwarerepositoryAuthorizationArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getSoftwarerepositoryAuthorization:getSoftwarerepositoryAuthorization
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Account
GetSoftwarerepository Authorization Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetSoftwarerepository Authorization Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- IsAsdv4Alarm boolDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- ObjectType string
- Owners List<string>
- Parent
GetSoftwarerepository Authorization Parent 
- Password string
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- PermissionResources List<GetSoftwarerepository Authorization Permission Resource> 
- RepositoryType string
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetSoftwarerepository Authorization Tag> 
- UserId string
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- VersionContext GetSoftwarerepository Authorization Version Context 
- Account
GetSoftwarerepository Authorization Account 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetSoftwarerepository Authorization Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- Id string
- IsAsdv4Alarm boolDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- ObjectType string
- Owners []string
- Parent
GetSoftwarerepository Authorization Parent 
- Password string
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- PermissionResources []GetSoftwarerepository Authorization Permission Resource 
- RepositoryType string
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- 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.
- 
[]GetSoftwarerepository Authorization Tag 
- UserId string
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- VersionContext GetSoftwarerepository Authorization Version Context 
- account
GetSoftwarerepository Authorization Account 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetSoftwarerepository Authorization Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- isAsdv4Alarm BooleanDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nrVersion String
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType String
- owners List<String>
- parent
GetSoftwarerepository Authorization Parent 
- password String
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- permissionResources List<GetSoftwarerepository Authorization Permission Resource> 
- repositoryType String
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetSoftwarerepository Authorization Tag> 
- userId String
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- versionContext GetSoftwarerepository Authorization Version Context 
- account
GetSoftwarerepository Authorization Account 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetSoftwarerepository Authorization Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- id string
- isAsdv4Alarm booleanDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- isPassword booleanSet 
- Indicates whether the value of the 'password' property has been set.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType string
- owners string[]
- parent
GetSoftwarerepository Authorization Parent 
- password string
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- permissionResources GetSoftwarerepository Authorization Permission Resource[] 
- repositoryType string
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- 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.
- 
GetSoftwarerepository Authorization Tag[] 
- userId string
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- versionContext GetSoftwarerepository Authorization Version Context 
- account
GetSoftwarerepository Authorization Account 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetSoftwarerepository Authorization Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- id str
- is_asdv4_ boolalarm_ dismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- is_password_ boolset 
- Indicates whether the value of the 'password' property has been set.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_version str
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- object_type str
- owners Sequence[str]
- parent
GetSoftwarerepository Authorization Parent 
- password str
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- permission_resources Sequence[GetSoftwarerepository Authorization Permission Resource] 
- repository_type str
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetSoftwarerepository Authorization Tag] 
- user_id str
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- version_context GetSoftwarerepository Authorization Version Context 
- account Property Map
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- id String
- isAsdv4Alarm BooleanDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nrVersion String
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType String
- owners List<String>
- parent Property Map
- password String
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- permissionResources List<Property Map>
- repositoryType String
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- userId String
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- versionContext Property Map
getSoftwarerepositoryAuthorization Result
The following output properties are available:
- Id string
- Results
List<GetSoftwarerepository Authorization Result> 
- Account
GetSoftwarerepository Authorization Account 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetSoftwarerepository Authorization Ancestor> 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- IsAsdv4Alarm boolDismissed 
- IsPassword boolSet 
- ModTime string
- Moid string
- NrVersion string
- ObjectType string
- Owners List<string>
- Parent
GetSoftwarerepository Authorization Parent 
- Password string
- PermissionResources List<GetSoftwarerepository Authorization Permission Resource> 
- RepositoryType string
- string
- 
List<GetSoftwarerepository Authorization Tag> 
- UserId string
- VersionContext GetSoftwarerepository Authorization Version Context 
- Id string
- Results
[]GetSoftwarerepository Authorization Result 
- Account
GetSoftwarerepository Authorization Account 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetSoftwarerepository Authorization Ancestor 
- ClassId string
- CreateTime string
- DomainGroup stringMoid 
- IsAsdv4Alarm boolDismissed 
- IsPassword boolSet 
- ModTime string
- Moid string
- NrVersion string
- ObjectType string
- Owners []string
- Parent
GetSoftwarerepository Authorization Parent 
- Password string
- PermissionResources []GetSoftwarerepository Authorization Permission Resource 
- RepositoryType string
- string
- 
[]GetSoftwarerepository Authorization Tag 
- UserId string
- VersionContext GetSoftwarerepository Authorization Version Context 
- id String
- results
List<GetSoftwarerepository Authorization Result> 
- account
GetSoftwarerepository Authorization Account 
- accountMoid String
- additionalProperties String
- ancestors
List<GetSoftwarerepository Authorization Ancestor> 
- classId String
- createTime String
- domainGroup StringMoid 
- isAsdv4Alarm BooleanDismissed 
- isPassword BooleanSet 
- modTime String
- moid String
- nrVersion String
- objectType String
- owners List<String>
- parent
GetSoftwarerepository Authorization Parent 
- password String
- permissionResources List<GetSoftwarerepository Authorization Permission Resource> 
- repositoryType String
- String
- 
List<GetSoftwarerepository Authorization Tag> 
- userId String
- versionContext GetSoftwarerepository Authorization Version Context 
- id string
- results
GetSoftwarerepository Authorization Result[] 
- account
GetSoftwarerepository Authorization Account 
- accountMoid string
- additionalProperties string
- ancestors
GetSoftwarerepository Authorization Ancestor[] 
- classId string
- createTime string
- domainGroup stringMoid 
- isAsdv4Alarm booleanDismissed 
- isPassword booleanSet 
- modTime string
- moid string
- nrVersion string
- objectType string
- owners string[]
- parent
GetSoftwarerepository Authorization Parent 
- password string
- permissionResources GetSoftwarerepository Authorization Permission Resource[] 
- repositoryType string
- string
- 
GetSoftwarerepository Authorization Tag[] 
- userId string
- versionContext GetSoftwarerepository Authorization Version Context 
- id str
- results
Sequence[GetSoftwarerepository Authorization Result] 
- account
GetSoftwarerepository Authorization Account 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetSoftwarerepository Authorization Ancestor] 
- class_id str
- create_time str
- domain_group_ strmoid 
- is_asdv4_ boolalarm_ dismissed 
- is_password_ boolset 
- mod_time str
- moid str
- nr_version str
- object_type str
- owners Sequence[str]
- parent
GetSoftwarerepository Authorization Parent 
- password str
- permission_resources Sequence[GetSoftwarerepository Authorization Permission Resource] 
- repository_type str
- str
- 
Sequence[GetSoftwarerepository Authorization Tag] 
- user_id str
- version_context GetSoftwarerepository Authorization Version Context 
- id String
- results List<Property Map>
- account Property Map
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- domainGroup StringMoid 
- isAsdv4Alarm BooleanDismissed 
- isPassword BooleanSet 
- modTime String
- moid String
- nrVersion String
- objectType String
- owners List<String>
- parent Property Map
- password String
- permissionResources List<Property Map>
- repositoryType String
- String
- List<Property Map>
- userId String
- versionContext Property Map
Supporting Types
GetSoftwarerepositoryAuthorizationAccount   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetSoftwarerepositoryAuthorizationAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetSoftwarerepositoryAuthorizationParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetSoftwarerepositoryAuthorizationPermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetSoftwarerepositoryAuthorizationResult   
- AccountMoid string
- The Account ID for this managed object.
- Accounts
List<GetSoftwarerepository Authorization Result Account> 
- AdditionalProperties string
- Ancestors
List<GetSoftwarerepository Authorization Result Ancestor> 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- IsAsdv4Alarm boolDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- ObjectType string
- Owners List<string>
- Parents
List<GetSoftwarerepository Authorization Result Parent> 
- Password string
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- PermissionResources List<GetSoftwarerepository Authorization Result Permission Resource> 
- RepositoryType string
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- string
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetSoftwarerepository Authorization Result Tag> 
- UserId string
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- VersionContexts List<GetSoftwarerepository Authorization Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- Accounts
[]GetSoftwarerepository Authorization Result Account 
- AdditionalProperties string
- Ancestors
[]GetSoftwarerepository Authorization Result Ancestor 
- ClassId string
- CreateTime string
- The time when this managed object was created.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- IsAsdv4Alarm boolDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- IsPassword boolSet 
- Indicates whether the value of the 'password' property has been set.
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- NrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- ObjectType string
- Owners []string
- Parents
[]GetSoftwarerepository Authorization Result Parent 
- Password string
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- PermissionResources []GetSoftwarerepository Authorization Result Permission Resource 
- RepositoryType string
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- 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.
- 
[]GetSoftwarerepository Authorization Result Tag 
- UserId string
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- VersionContexts []GetSoftwarerepository Authorization Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- accounts
List<GetSoftwarerepository Authorization Result Account> 
- additionalProperties String
- ancestors
List<GetSoftwarerepository Authorization Result Ancestor> 
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- isAsdv4Alarm BooleanDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nrVersion String
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType String
- owners List<String>
- parents
List<GetSoftwarerepository Authorization Result Parent> 
- password String
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- permissionResources List<GetSoftwarerepository Authorization Result Permission Resource> 
- repositoryType String
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
List<GetSoftwarerepository Authorization Result Tag> 
- userId String
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- versionContexts List<GetSoftwarerepository Authorization Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- accounts
GetSoftwarerepository Authorization Result Account[] 
- additionalProperties string
- ancestors
GetSoftwarerepository Authorization Result Ancestor[] 
- classId string
- createTime string
- The time when this managed object was created.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- isAsdv4Alarm booleanDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- isPassword booleanSet 
- Indicates whether the value of the 'password' property has been set.
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- nrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType string
- owners string[]
- parents
GetSoftwarerepository Authorization Result Parent[] 
- password string
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- permissionResources GetSoftwarerepository Authorization Result Permission Resource[] 
- repositoryType string
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- 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.
- 
GetSoftwarerepository Authorization Result Tag[] 
- userId string
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- versionContexts GetSoftwarerepository Authorization Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- accounts
Sequence[GetSoftwarerepository Authorization Result Account] 
- additional_properties str
- ancestors
Sequence[GetSoftwarerepository Authorization Result Ancestor] 
- class_id str
- create_time str
- The time when this managed object was created.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- is_asdv4_ boolalarm_ dismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- is_password_ boolset 
- Indicates whether the value of the 'password' property has been set.
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- nr_version str
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- object_type str
- owners Sequence[str]
- parents
Sequence[GetSoftwarerepository Authorization Result Parent] 
- password str
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- permission_resources Sequence[GetSoftwarerepository Authorization Result Permission Resource] 
- repository_type str
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 
Sequence[GetSoftwarerepository Authorization Result Tag] 
- user_id str
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- version_contexts Sequence[GetSoftwarerepository Authorization Result Version Context] 
- accountMoid String
- The Account ID for this managed object.
- accounts List<Property Map>
- additionalProperties String
- ancestors List<Property Map>
- classId String
- createTime String
- The time when this managed object was created.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- isAsdv4Alarm BooleanDismissed 
- The state of the alarm dismissal for the 'IsAsdDialogDismissed' alarm.
- isPassword BooleanSet 
- Indicates whether the value of the 'password' property has been set.
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- nrVersion String
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType String
- owners List<String>
- parents List<Property Map>
- password String
- The password that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- permissionResources List<Property Map>
- repositoryType String
- The external repository for which this authorization has been provided. The only supported repository today is cisco.com.* Cisco- External repository hosted on cisco.com.*IntersightCloud- Repository hosted by the Intersight Cloud.*LocalMachine- The file is available on the local client machine. Used as an upload source type.*NetworkShare- External repository in the customer datacenter. This will typically be a file server.
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- List<Property Map>
- userId String
- The username that will be used by Intersight to create OAuth2 tokens for interacting with the external repository, on the user account's behalf.
- versionContexts List<Property Map>
GetSoftwarerepositoryAuthorizationResultAccount    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSoftwarerepositoryAuthorizationResultAncestor    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSoftwarerepositoryAuthorizationResultParent    
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSoftwarerepositoryAuthorizationResultPermissionResource     
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSoftwarerepositoryAuthorizationResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetSoftwarerepositoryAuthorizationResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos List<GetSoftwarerepository Authorization Result Version Context Interested Mo> 
- MarkedFor boolDeletion 
- NrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- ObjectType string
- RefMos List<GetSoftwarerepository Authorization Result Version Context Ref Mo> 
- Timestamp string
- VersionType string
- AdditionalProperties string
- ClassId string
- InterestedMos []GetSoftwarerepository Authorization Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- ObjectType string
- RefMos []GetSoftwarerepository Authorization Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetSoftwarerepository Authorization Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType String
- refMos List<GetSoftwarerepository Authorization Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetSoftwarerepository Authorization Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType string
- refMos GetSoftwarerepository Authorization Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additional_properties str
- class_id str
- interested_mos Sequence[GetSoftwarerepository Authorization Result Version Context Interested Mo] 
- marked_for_ booldeletion 
- nr_version str
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- object_type str
- ref_mos Sequence[GetSoftwarerepository Authorization Result Version Context Ref Mo] 
- timestamp str
- version_type str
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetSoftwarerepositoryAuthorizationResultVersionContextInterestedMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSoftwarerepositoryAuthorizationResultVersionContextRefMo       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetSoftwarerepositoryAuthorizationTag   
- 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.
GetSoftwarerepositoryAuthorizationVersionContext    
- 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<GetSoftwarerepository Authorization Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetSoftwarerepository Authorization Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetSoftwarerepository Authorization Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetSoftwarerepository Authorization Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetSoftwarerepository Authorization Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetSoftwarerepository Authorization Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetSoftwarerepository Authorization Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetSoftwarerepository Authorization Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetSoftwarerepository Authorization Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetSoftwarerepository Authorization Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The Automated Software Distribution version of the authorization MO.* V3- The client is running Automated Software Distribution V3.*V4- The client is running Automated Software Distribution V4.
- 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.
 
GetSoftwarerepositoryAuthorizationVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetSoftwarerepositoryAuthorizationVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet