ise.identitymanagement.Endpoint
Explore with Pulumi AI
This resource can manage an Endpoint.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ise from "@pulumi/ise";
const example = new ise.identitymanagement.Endpoint("example", {
name: "00:11:22:33:44:55",
description: "My endpoint",
mac: "00:11:22:33:44:55",
groupId: "3a88eec0-8c00-11e6-996c-525400b48521",
profileId: "3a91a150-8c00-11e6-996c-525400b48521",
staticProfileAssignment: true,
staticProfileAssignmentDefined: true,
staticGroupAssignment: true,
staticGroupAssignmentDefined: true,
});
import pulumi
import pulumi_ise as ise
example = ise.identitymanagement.Endpoint("example",
name="00:11:22:33:44:55",
description="My endpoint",
mac="00:11:22:33:44:55",
group_id="3a88eec0-8c00-11e6-996c-525400b48521",
profile_id="3a91a150-8c00-11e6-996c-525400b48521",
static_profile_assignment=True,
static_profile_assignment_defined=True,
static_group_assignment=True,
static_group_assignment_defined=True)
package main
import (
"github.com/pulumi/pulumi-ise/sdk/go/ise/identitymanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := identitymanagement.NewEndpoint(ctx, "example", &identitymanagement.EndpointArgs{
Name: pulumi.String("00:11:22:33:44:55"),
Description: pulumi.String("My endpoint"),
Mac: pulumi.String("00:11:22:33:44:55"),
GroupId: pulumi.String("3a88eec0-8c00-11e6-996c-525400b48521"),
ProfileId: pulumi.String("3a91a150-8c00-11e6-996c-525400b48521"),
StaticProfileAssignment: pulumi.Bool(true),
StaticProfileAssignmentDefined: pulumi.Bool(true),
StaticGroupAssignment: pulumi.Bool(true),
StaticGroupAssignmentDefined: pulumi.Bool(true),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ise = Pulumi.Ise;
return await Deployment.RunAsync(() =>
{
var example = new Ise.IdentityManagement.Endpoint("example", new()
{
Name = "00:11:22:33:44:55",
Description = "My endpoint",
Mac = "00:11:22:33:44:55",
GroupId = "3a88eec0-8c00-11e6-996c-525400b48521",
ProfileId = "3a91a150-8c00-11e6-996c-525400b48521",
StaticProfileAssignment = true,
StaticProfileAssignmentDefined = true,
StaticGroupAssignment = true,
StaticGroupAssignmentDefined = true,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ise.identitymanagement.Endpoint;
import com.pulumi.ise.identitymanagement.EndpointArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var example = new Endpoint("example", EndpointArgs.builder()
.name("00:11:22:33:44:55")
.description("My endpoint")
.mac("00:11:22:33:44:55")
.groupId("3a88eec0-8c00-11e6-996c-525400b48521")
.profileId("3a91a150-8c00-11e6-996c-525400b48521")
.staticProfileAssignment(true)
.staticProfileAssignmentDefined(true)
.staticGroupAssignment(true)
.staticGroupAssignmentDefined(true)
.build());
}
}
resources:
example:
type: ise:identitymanagement:Endpoint
properties:
name: 00:11:22:33:44:55
description: My endpoint
mac: 00:11:22:33:44:55
groupId: 3a88eec0-8c00-11e6-996c-525400b48521
profileId: 3a91a150-8c00-11e6-996c-525400b48521
staticProfileAssignment: true
staticProfileAssignmentDefined: true
staticGroupAssignment: true
staticGroupAssignmentDefined: true
Create Endpoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Endpoint(name: string, args: EndpointArgs, opts?: CustomResourceOptions);
@overload
def Endpoint(resource_name: str,
args: EndpointArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Endpoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
mac: Optional[str] = None,
static_profile_assignment: Optional[bool] = None,
static_group_assignment: Optional[bool] = None,
mdm_model: Optional[str] = None,
mdm_phone_number: Optional[str] = None,
identity_store: Optional[str] = None,
mdm_compliance_status: Optional[bool] = None,
mdm_encrypted: Optional[bool] = None,
mdm_enrolled: Optional[bool] = None,
mdm_imei: Optional[str] = None,
mdm_jail_broken: Optional[bool] = None,
mdm_manufacturer: Optional[str] = None,
custom_attributes: Optional[Mapping[str, str]] = None,
mdm_os: Optional[str] = None,
identity_store_id: Optional[str] = None,
mdm_pinlock: Optional[bool] = None,
mdm_reachable: Optional[bool] = None,
mdm_serial: Optional[str] = None,
mdm_server_name: Optional[str] = None,
name: Optional[str] = None,
portal_user: Optional[str] = None,
profile_id: Optional[str] = None,
group_id: Optional[str] = None,
static_group_assignment_defined: Optional[bool] = None,
description: Optional[str] = None,
static_profile_assignment_defined: Optional[bool] = None)
func NewEndpoint(ctx *Context, name string, args EndpointArgs, opts ...ResourceOption) (*Endpoint, error)
public Endpoint(string name, EndpointArgs args, CustomResourceOptions? opts = null)
public Endpoint(String name, EndpointArgs args)
public Endpoint(String name, EndpointArgs args, CustomResourceOptions options)
type: ise:identitymanagement:Endpoint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EndpointArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var endpointResource = new Ise.IdentityManagement.Endpoint("endpointResource", new()
{
Mac = "string",
StaticProfileAssignment = false,
StaticGroupAssignment = false,
MdmModel = "string",
MdmPhoneNumber = "string",
IdentityStore = "string",
MdmComplianceStatus = false,
MdmEncrypted = false,
MdmEnrolled = false,
MdmImei = "string",
MdmJailBroken = false,
MdmManufacturer = "string",
CustomAttributes =
{
{ "string", "string" },
},
MdmOs = "string",
IdentityStoreId = "string",
MdmPinlock = false,
MdmReachable = false,
MdmSerial = "string",
MdmServerName = "string",
Name = "string",
PortalUser = "string",
ProfileId = "string",
GroupId = "string",
StaticGroupAssignmentDefined = false,
Description = "string",
StaticProfileAssignmentDefined = false,
});
example, err := identitymanagement.NewEndpoint(ctx, "endpointResource", &identitymanagement.EndpointArgs{
Mac: pulumi.String("string"),
StaticProfileAssignment: pulumi.Bool(false),
StaticGroupAssignment: pulumi.Bool(false),
MdmModel: pulumi.String("string"),
MdmPhoneNumber: pulumi.String("string"),
IdentityStore: pulumi.String("string"),
MdmComplianceStatus: pulumi.Bool(false),
MdmEncrypted: pulumi.Bool(false),
MdmEnrolled: pulumi.Bool(false),
MdmImei: pulumi.String("string"),
MdmJailBroken: pulumi.Bool(false),
MdmManufacturer: pulumi.String("string"),
CustomAttributes: pulumi.StringMap{
"string": pulumi.String("string"),
},
MdmOs: pulumi.String("string"),
IdentityStoreId: pulumi.String("string"),
MdmPinlock: pulumi.Bool(false),
MdmReachable: pulumi.Bool(false),
MdmSerial: pulumi.String("string"),
MdmServerName: pulumi.String("string"),
Name: pulumi.String("string"),
PortalUser: pulumi.String("string"),
ProfileId: pulumi.String("string"),
GroupId: pulumi.String("string"),
StaticGroupAssignmentDefined: pulumi.Bool(false),
Description: pulumi.String("string"),
StaticProfileAssignmentDefined: pulumi.Bool(false),
})
var endpointResource = new Endpoint("endpointResource", EndpointArgs.builder()
.mac("string")
.staticProfileAssignment(false)
.staticGroupAssignment(false)
.mdmModel("string")
.mdmPhoneNumber("string")
.identityStore("string")
.mdmComplianceStatus(false)
.mdmEncrypted(false)
.mdmEnrolled(false)
.mdmImei("string")
.mdmJailBroken(false)
.mdmManufacturer("string")
.customAttributes(Map.of("string", "string"))
.mdmOs("string")
.identityStoreId("string")
.mdmPinlock(false)
.mdmReachable(false)
.mdmSerial("string")
.mdmServerName("string")
.name("string")
.portalUser("string")
.profileId("string")
.groupId("string")
.staticGroupAssignmentDefined(false)
.description("string")
.staticProfileAssignmentDefined(false)
.build());
endpoint_resource = ise.identitymanagement.Endpoint("endpointResource",
mac="string",
static_profile_assignment=False,
static_group_assignment=False,
mdm_model="string",
mdm_phone_number="string",
identity_store="string",
mdm_compliance_status=False,
mdm_encrypted=False,
mdm_enrolled=False,
mdm_imei="string",
mdm_jail_broken=False,
mdm_manufacturer="string",
custom_attributes={
"string": "string",
},
mdm_os="string",
identity_store_id="string",
mdm_pinlock=False,
mdm_reachable=False,
mdm_serial="string",
mdm_server_name="string",
name="string",
portal_user="string",
profile_id="string",
group_id="string",
static_group_assignment_defined=False,
description="string",
static_profile_assignment_defined=False)
const endpointResource = new ise.identitymanagement.Endpoint("endpointResource", {
mac: "string",
staticProfileAssignment: false,
staticGroupAssignment: false,
mdmModel: "string",
mdmPhoneNumber: "string",
identityStore: "string",
mdmComplianceStatus: false,
mdmEncrypted: false,
mdmEnrolled: false,
mdmImei: "string",
mdmJailBroken: false,
mdmManufacturer: "string",
customAttributes: {
string: "string",
},
mdmOs: "string",
identityStoreId: "string",
mdmPinlock: false,
mdmReachable: false,
mdmSerial: "string",
mdmServerName: "string",
name: "string",
portalUser: "string",
profileId: "string",
groupId: "string",
staticGroupAssignmentDefined: false,
description: "string",
staticProfileAssignmentDefined: false,
});
type: ise:identitymanagement:Endpoint
properties:
customAttributes:
string: string
description: string
groupId: string
identityStore: string
identityStoreId: string
mac: string
mdmComplianceStatus: false
mdmEncrypted: false
mdmEnrolled: false
mdmImei: string
mdmJailBroken: false
mdmManufacturer: string
mdmModel: string
mdmOs: string
mdmPhoneNumber: string
mdmPinlock: false
mdmReachable: false
mdmSerial: string
mdmServerName: string
name: string
portalUser: string
profileId: string
staticGroupAssignment: false
staticGroupAssignmentDefined: false
staticProfileAssignment: false
staticProfileAssignmentDefined: false
Endpoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Endpoint resource accepts the following input properties:
- Mac string
- MAC address of the endpoint
- Static
Group boolAssignment - Static Group Assignment
- Static
Profile boolAssignment - Static Profile Assignment
- Custom
Attributes Dictionary<string, string> - Custom Attributes
- Description string
- Description
- Group
Id string - Identity Group ID
- Identity
Store string - Identity Store
- Identity
Store stringId - Identity Store Id
- Mdm
Compliance boolStatus - Mdm Compliance Status
- Mdm
Encrypted bool - Mdm Encrypted
- Mdm
Enrolled bool - Mdm Enrolled
- Mdm
Imei string - Mdm IMEI
- Mdm
Jail boolBroken - Mdm JailBroken
- Mdm
Manufacturer string - Mdm Manufacturer
- Mdm
Model string - Mdm Model
- Mdm
Os string - Mdm OS
- Mdm
Phone stringNumber - Mdm PhoneNumber
- Mdm
Pinlock bool - Mdm Pinlock
- Mdm
Reachable bool - Mdm Reachable
- Mdm
Serial string - Mdm Serial
- Mdm
Server stringName - Mdm Server Name
- Name string
- The name of the endpoint
- Portal
User string - Portal User
- Profile
Id string - Profile ID
- Static
Group boolAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- Static
Profile boolAssignment Defined - Static Profile Assignment Defined - Default value:
true
- Mac string
- MAC address of the endpoint
- Static
Group boolAssignment - Static Group Assignment
- Static
Profile boolAssignment - Static Profile Assignment
- Custom
Attributes map[string]string - Custom Attributes
- Description string
- Description
- Group
Id string - Identity Group ID
- Identity
Store string - Identity Store
- Identity
Store stringId - Identity Store Id
- Mdm
Compliance boolStatus - Mdm Compliance Status
- Mdm
Encrypted bool - Mdm Encrypted
- Mdm
Enrolled bool - Mdm Enrolled
- Mdm
Imei string - Mdm IMEI
- Mdm
Jail boolBroken - Mdm JailBroken
- Mdm
Manufacturer string - Mdm Manufacturer
- Mdm
Model string - Mdm Model
- Mdm
Os string - Mdm OS
- Mdm
Phone stringNumber - Mdm PhoneNumber
- Mdm
Pinlock bool - Mdm Pinlock
- Mdm
Reachable bool - Mdm Reachable
- Mdm
Serial string - Mdm Serial
- Mdm
Server stringName - Mdm Server Name
- Name string
- The name of the endpoint
- Portal
User string - Portal User
- Profile
Id string - Profile ID
- Static
Group boolAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- Static
Profile boolAssignment Defined - Static Profile Assignment Defined - Default value:
true
- mac String
- MAC address of the endpoint
- static
Group BooleanAssignment - Static Group Assignment
- static
Profile BooleanAssignment - Static Profile Assignment
- custom
Attributes Map<String,String> - Custom Attributes
- description String
- Description
- group
Id String - Identity Group ID
- identity
Store String - Identity Store
- identity
Store StringId - Identity Store Id
- mdm
Compliance BooleanStatus - Mdm Compliance Status
- mdm
Encrypted Boolean - Mdm Encrypted
- mdm
Enrolled Boolean - Mdm Enrolled
- mdm
Imei String - Mdm IMEI
- mdm
Jail BooleanBroken - Mdm JailBroken
- mdm
Manufacturer String - Mdm Manufacturer
- mdm
Model String - Mdm Model
- mdm
Os String - Mdm OS
- mdm
Phone StringNumber - Mdm PhoneNumber
- mdm
Pinlock Boolean - Mdm Pinlock
- mdm
Reachable Boolean - Mdm Reachable
- mdm
Serial String - Mdm Serial
- mdm
Server StringName - Mdm Server Name
- name String
- The name of the endpoint
- portal
User String - Portal User
- profile
Id String - Profile ID
- static
Group BooleanAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- static
Profile BooleanAssignment Defined - Static Profile Assignment Defined - Default value:
true
- mac string
- MAC address of the endpoint
- static
Group booleanAssignment - Static Group Assignment
- static
Profile booleanAssignment - Static Profile Assignment
- custom
Attributes {[key: string]: string} - Custom Attributes
- description string
- Description
- group
Id string - Identity Group ID
- identity
Store string - Identity Store
- identity
Store stringId - Identity Store Id
- mdm
Compliance booleanStatus - Mdm Compliance Status
- mdm
Encrypted boolean - Mdm Encrypted
- mdm
Enrolled boolean - Mdm Enrolled
- mdm
Imei string - Mdm IMEI
- mdm
Jail booleanBroken - Mdm JailBroken
- mdm
Manufacturer string - Mdm Manufacturer
- mdm
Model string - Mdm Model
- mdm
Os string - Mdm OS
- mdm
Phone stringNumber - Mdm PhoneNumber
- mdm
Pinlock boolean - Mdm Pinlock
- mdm
Reachable boolean - Mdm Reachable
- mdm
Serial string - Mdm Serial
- mdm
Server stringName - Mdm Server Name
- name string
- The name of the endpoint
- portal
User string - Portal User
- profile
Id string - Profile ID
- static
Group booleanAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- static
Profile booleanAssignment Defined - Static Profile Assignment Defined - Default value:
true
- mac str
- MAC address of the endpoint
- static_
group_ boolassignment - Static Group Assignment
- static_
profile_ boolassignment - Static Profile Assignment
- custom_
attributes Mapping[str, str] - Custom Attributes
- description str
- Description
- group_
id str - Identity Group ID
- identity_
store str - Identity Store
- identity_
store_ strid - Identity Store Id
- mdm_
compliance_ boolstatus - Mdm Compliance Status
- mdm_
encrypted bool - Mdm Encrypted
- mdm_
enrolled bool - Mdm Enrolled
- mdm_
imei str - Mdm IMEI
- mdm_
jail_ boolbroken - Mdm JailBroken
- mdm_
manufacturer str - Mdm Manufacturer
- mdm_
model str - Mdm Model
- mdm_
os str - Mdm OS
- mdm_
phone_ strnumber - Mdm PhoneNumber
- mdm_
pinlock bool - Mdm Pinlock
- mdm_
reachable bool - Mdm Reachable
- mdm_
serial str - Mdm Serial
- mdm_
server_ strname - Mdm Server Name
- name str
- The name of the endpoint
- portal_
user str - Portal User
- profile_
id str - Profile ID
- static_
group_ boolassignment_ defined - staticGroupAssignmentDefined - Default value:
true
- static_
profile_ boolassignment_ defined - Static Profile Assignment Defined - Default value:
true
- mac String
- MAC address of the endpoint
- static
Group BooleanAssignment - Static Group Assignment
- static
Profile BooleanAssignment - Static Profile Assignment
- custom
Attributes Map<String> - Custom Attributes
- description String
- Description
- group
Id String - Identity Group ID
- identity
Store String - Identity Store
- identity
Store StringId - Identity Store Id
- mdm
Compliance BooleanStatus - Mdm Compliance Status
- mdm
Encrypted Boolean - Mdm Encrypted
- mdm
Enrolled Boolean - Mdm Enrolled
- mdm
Imei String - Mdm IMEI
- mdm
Jail BooleanBroken - Mdm JailBroken
- mdm
Manufacturer String - Mdm Manufacturer
- mdm
Model String - Mdm Model
- mdm
Os String - Mdm OS
- mdm
Phone StringNumber - Mdm PhoneNumber
- mdm
Pinlock Boolean - Mdm Pinlock
- mdm
Reachable Boolean - Mdm Reachable
- mdm
Serial String - Mdm Serial
- mdm
Server StringName - Mdm Server Name
- name String
- The name of the endpoint
- portal
User String - Portal User
- profile
Id String - Profile ID
- static
Group BooleanAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- static
Profile BooleanAssignment Defined - Static Profile Assignment Defined - Default value:
true
Outputs
All input properties are implicitly available as output properties. Additionally, the Endpoint resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Endpoint Resource
Get an existing Endpoint resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: EndpointState, opts?: CustomResourceOptions): Endpoint
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
custom_attributes: Optional[Mapping[str, str]] = None,
description: Optional[str] = None,
group_id: Optional[str] = None,
identity_store: Optional[str] = None,
identity_store_id: Optional[str] = None,
mac: Optional[str] = None,
mdm_compliance_status: Optional[bool] = None,
mdm_encrypted: Optional[bool] = None,
mdm_enrolled: Optional[bool] = None,
mdm_imei: Optional[str] = None,
mdm_jail_broken: Optional[bool] = None,
mdm_manufacturer: Optional[str] = None,
mdm_model: Optional[str] = None,
mdm_os: Optional[str] = None,
mdm_phone_number: Optional[str] = None,
mdm_pinlock: Optional[bool] = None,
mdm_reachable: Optional[bool] = None,
mdm_serial: Optional[str] = None,
mdm_server_name: Optional[str] = None,
name: Optional[str] = None,
portal_user: Optional[str] = None,
profile_id: Optional[str] = None,
static_group_assignment: Optional[bool] = None,
static_group_assignment_defined: Optional[bool] = None,
static_profile_assignment: Optional[bool] = None,
static_profile_assignment_defined: Optional[bool] = None) -> Endpoint
func GetEndpoint(ctx *Context, name string, id IDInput, state *EndpointState, opts ...ResourceOption) (*Endpoint, error)
public static Endpoint Get(string name, Input<string> id, EndpointState? state, CustomResourceOptions? opts = null)
public static Endpoint get(String name, Output<String> id, EndpointState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Custom
Attributes Dictionary<string, string> - Custom Attributes
- Description string
- Description
- Group
Id string - Identity Group ID
- Identity
Store string - Identity Store
- Identity
Store stringId - Identity Store Id
- Mac string
- MAC address of the endpoint
- Mdm
Compliance boolStatus - Mdm Compliance Status
- Mdm
Encrypted bool - Mdm Encrypted
- Mdm
Enrolled bool - Mdm Enrolled
- Mdm
Imei string - Mdm IMEI
- Mdm
Jail boolBroken - Mdm JailBroken
- Mdm
Manufacturer string - Mdm Manufacturer
- Mdm
Model string - Mdm Model
- Mdm
Os string - Mdm OS
- Mdm
Phone stringNumber - Mdm PhoneNumber
- Mdm
Pinlock bool - Mdm Pinlock
- Mdm
Reachable bool - Mdm Reachable
- Mdm
Serial string - Mdm Serial
- Mdm
Server stringName - Mdm Server Name
- Name string
- The name of the endpoint
- Portal
User string - Portal User
- Profile
Id string - Profile ID
- Static
Group boolAssignment - Static Group Assignment
- Static
Group boolAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- Static
Profile boolAssignment - Static Profile Assignment
- Static
Profile boolAssignment Defined - Static Profile Assignment Defined - Default value:
true
- Custom
Attributes map[string]string - Custom Attributes
- Description string
- Description
- Group
Id string - Identity Group ID
- Identity
Store string - Identity Store
- Identity
Store stringId - Identity Store Id
- Mac string
- MAC address of the endpoint
- Mdm
Compliance boolStatus - Mdm Compliance Status
- Mdm
Encrypted bool - Mdm Encrypted
- Mdm
Enrolled bool - Mdm Enrolled
- Mdm
Imei string - Mdm IMEI
- Mdm
Jail boolBroken - Mdm JailBroken
- Mdm
Manufacturer string - Mdm Manufacturer
- Mdm
Model string - Mdm Model
- Mdm
Os string - Mdm OS
- Mdm
Phone stringNumber - Mdm PhoneNumber
- Mdm
Pinlock bool - Mdm Pinlock
- Mdm
Reachable bool - Mdm Reachable
- Mdm
Serial string - Mdm Serial
- Mdm
Server stringName - Mdm Server Name
- Name string
- The name of the endpoint
- Portal
User string - Portal User
- Profile
Id string - Profile ID
- Static
Group boolAssignment - Static Group Assignment
- Static
Group boolAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- Static
Profile boolAssignment - Static Profile Assignment
- Static
Profile boolAssignment Defined - Static Profile Assignment Defined - Default value:
true
- custom
Attributes Map<String,String> - Custom Attributes
- description String
- Description
- group
Id String - Identity Group ID
- identity
Store String - Identity Store
- identity
Store StringId - Identity Store Id
- mac String
- MAC address of the endpoint
- mdm
Compliance BooleanStatus - Mdm Compliance Status
- mdm
Encrypted Boolean - Mdm Encrypted
- mdm
Enrolled Boolean - Mdm Enrolled
- mdm
Imei String - Mdm IMEI
- mdm
Jail BooleanBroken - Mdm JailBroken
- mdm
Manufacturer String - Mdm Manufacturer
- mdm
Model String - Mdm Model
- mdm
Os String - Mdm OS
- mdm
Phone StringNumber - Mdm PhoneNumber
- mdm
Pinlock Boolean - Mdm Pinlock
- mdm
Reachable Boolean - Mdm Reachable
- mdm
Serial String - Mdm Serial
- mdm
Server StringName - Mdm Server Name
- name String
- The name of the endpoint
- portal
User String - Portal User
- profile
Id String - Profile ID
- static
Group BooleanAssignment - Static Group Assignment
- static
Group BooleanAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- static
Profile BooleanAssignment - Static Profile Assignment
- static
Profile BooleanAssignment Defined - Static Profile Assignment Defined - Default value:
true
- custom
Attributes {[key: string]: string} - Custom Attributes
- description string
- Description
- group
Id string - Identity Group ID
- identity
Store string - Identity Store
- identity
Store stringId - Identity Store Id
- mac string
- MAC address of the endpoint
- mdm
Compliance booleanStatus - Mdm Compliance Status
- mdm
Encrypted boolean - Mdm Encrypted
- mdm
Enrolled boolean - Mdm Enrolled
- mdm
Imei string - Mdm IMEI
- mdm
Jail booleanBroken - Mdm JailBroken
- mdm
Manufacturer string - Mdm Manufacturer
- mdm
Model string - Mdm Model
- mdm
Os string - Mdm OS
- mdm
Phone stringNumber - Mdm PhoneNumber
- mdm
Pinlock boolean - Mdm Pinlock
- mdm
Reachable boolean - Mdm Reachable
- mdm
Serial string - Mdm Serial
- mdm
Server stringName - Mdm Server Name
- name string
- The name of the endpoint
- portal
User string - Portal User
- profile
Id string - Profile ID
- static
Group booleanAssignment - Static Group Assignment
- static
Group booleanAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- static
Profile booleanAssignment - Static Profile Assignment
- static
Profile booleanAssignment Defined - Static Profile Assignment Defined - Default value:
true
- custom_
attributes Mapping[str, str] - Custom Attributes
- description str
- Description
- group_
id str - Identity Group ID
- identity_
store str - Identity Store
- identity_
store_ strid - Identity Store Id
- mac str
- MAC address of the endpoint
- mdm_
compliance_ boolstatus - Mdm Compliance Status
- mdm_
encrypted bool - Mdm Encrypted
- mdm_
enrolled bool - Mdm Enrolled
- mdm_
imei str - Mdm IMEI
- mdm_
jail_ boolbroken - Mdm JailBroken
- mdm_
manufacturer str - Mdm Manufacturer
- mdm_
model str - Mdm Model
- mdm_
os str - Mdm OS
- mdm_
phone_ strnumber - Mdm PhoneNumber
- mdm_
pinlock bool - Mdm Pinlock
- mdm_
reachable bool - Mdm Reachable
- mdm_
serial str - Mdm Serial
- mdm_
server_ strname - Mdm Server Name
- name str
- The name of the endpoint
- portal_
user str - Portal User
- profile_
id str - Profile ID
- static_
group_ boolassignment - Static Group Assignment
- static_
group_ boolassignment_ defined - staticGroupAssignmentDefined - Default value:
true
- static_
profile_ boolassignment - Static Profile Assignment
- static_
profile_ boolassignment_ defined - Static Profile Assignment Defined - Default value:
true
- custom
Attributes Map<String> - Custom Attributes
- description String
- Description
- group
Id String - Identity Group ID
- identity
Store String - Identity Store
- identity
Store StringId - Identity Store Id
- mac String
- MAC address of the endpoint
- mdm
Compliance BooleanStatus - Mdm Compliance Status
- mdm
Encrypted Boolean - Mdm Encrypted
- mdm
Enrolled Boolean - Mdm Enrolled
- mdm
Imei String - Mdm IMEI
- mdm
Jail BooleanBroken - Mdm JailBroken
- mdm
Manufacturer String - Mdm Manufacturer
- mdm
Model String - Mdm Model
- mdm
Os String - Mdm OS
- mdm
Phone StringNumber - Mdm PhoneNumber
- mdm
Pinlock Boolean - Mdm Pinlock
- mdm
Reachable Boolean - Mdm Reachable
- mdm
Serial String - Mdm Serial
- mdm
Server StringName - Mdm Server Name
- name String
- The name of the endpoint
- portal
User String - Portal User
- profile
Id String - Profile ID
- static
Group BooleanAssignment - Static Group Assignment
- static
Group BooleanAssignment Defined - staticGroupAssignmentDefined - Default value:
true
- static
Profile BooleanAssignment - Static Profile Assignment
- static
Profile BooleanAssignment Defined - Static Profile Assignment Defined - Default value:
true
Import
$ pulumi import ise:identitymanagement/endpoint:Endpoint example "76d24097-41c4-4558-a4d0-a8c07ac08470"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ise pulumi/pulumi-ise
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ise
Terraform Provider.